Skip to content

Commit fee6f6c

Browse files
authoredFeb 14, 2024··
Merge pull request #14 from omahs/patch-1
Fix typos
2 parents dfbf0ad + c18e676 commit fee6f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ fast-near aims to provide the fastest RPC implementation for @NEARProtocol using
88

99
It is optimized for view call performance and ease of deploy and scaling.
1010

11-
It currently doesn't sync with network on it's own, data needs to be loaded either from [NEAR Lake](https://github.com/near/near-lake-indexer) or from https://github.com/vgrichina/near-state-indexer.
11+
It currently doesn't sync with network on its own, data needs to be loaded either from [NEAR Lake](https://github.com/near/near-lake-indexer) or from https://github.com/vgrichina/near-state-indexer.
1212

1313
# Why
1414

1515
`nearcore` RPC performance isn't good enough for novel use cases like https://web4.near.page.
1616

17-
fast-near achives better performance through using
17+
fast-near achieves better performance by using
1818
- in-memory storage using Redis
1919
- client-side caching to save on Redis I/O
2020
- V8 WebAssembly implementation

0 commit comments

Comments
 (0)
Please sign in to comment.