Skip to content

Commit

Permalink
Update typo in README (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusturewicz authored and badrishc committed Dec 27, 2019
1 parent 7432761 commit b8f3c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ problems in the cloud today. The FASTER project offers two artifacts to help tac

* :new: **FASTER Log** is a high-performance concurrent persistent recoverable log, iterator, and random
reader library in C#. It supports very frequent commit operations at low latency, and can quickly saturate
disk bandwidth. It support both sync and async interfaces, handles disk errors, and supports checksums. Learn
disk bandwidth. It supports both sync and async interfaces, handles disk errors, and supports checksums. Learn
more about the FASTER Log [here](https://github.com/microsoft/FASTER/blob/master/docs/cs/FasterLog.md) or [here](https://microsoft.github.io/FASTER/docs/fasterlog).

* **FASTER KV** is a concurrent key-value store + cache (available in C# and C++) that is designed for point
Expand Down

0 comments on commit b8f3c3b

Please sign in to comment.