Skip to content

Commit

Permalink
Update README.md (#770)
Browse files Browse the repository at this point in the history
`Visualise` -> `Virtualise`
  • Loading branch information
JaggerJo authored Dec 2, 2023
1 parent 779cd4f commit 72a37ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,12 @@ var myDistinctObservable = myPeopleObservable.DistinctValues(person => person.Ag

#### Virtualisation

Visualise data to restrict by index and segment size
Virtualise data to restrict by index and segment size
```cs
IObservable<IVirtualRequest> request; //request stream
var virtualisedStream = someDynamicDataSource.Virtualise(request)
```
Visualise data to restrict by index and page size
Virtualise data to restrict by index and page size
```cs
IObservable<IPageRequest> request; //request stream
var pagedStream = someDynamicDataSource.Page(request)
Expand Down

0 comments on commit 72a37ad

Please sign in to comment.