diff --git a/README.md b/README.md index 06e91d5e6..36dbd4fc5 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Below is a list of known projects that use Badger: * [Volument](https://volument.com/) - A new take on website analytics backed by Badger. * [KVdb](https://kvdb.io/) - Hosted key-value store and serverless platform built on top of Badger. * [Terminotes](https://gitlab.com/asad-awadia/terminotes) - Self hosted notes storage and search server - storage powered by BadgerDB -* [Pyroscope](https://github.com/pyroscope-io/pyroscope) - Open source confinuous profiling platform built with BadgerDB +* [Pyroscope](https://github.com/pyroscope-io/pyroscope) - Open source continuous profiling platform built with BadgerDB * [Veri](https://github.com/bgokden/veri) - A distributed feature store optimized for Search and Recommendation tasks. * [bIter](https://github.com/MikkelHJuul/bIter) - A library and Iterator interface for working with the `badger.Iterator`, simplifying from-to, and prefix mechanics. * [ld](https://github.com/MikkelHJuul/ld) - (Lean Database) A very simple gRPC-only key-value database, exposing BadgerDB with key-range scanning semantics. diff --git a/docs/content/projects-using-badger/index.md b/docs/content/projects-using-badger/index.md index 664932cb1..a30bfe0d4 100644 --- a/docs/content/projects-using-badger/index.md +++ b/docs/content/projects-using-badger/index.md @@ -39,7 +39,7 @@ Below is a list of known projects that use Badger: * [Volument](https://volument.com/) - A new take on website analytics backed by Badger. * [KVdb](https://kvdb.io/) - Hosted key-value store and serverless platform built on top of Badger. * [Terminotes](https://gitlab.com/asad-awadia/terminotes) - Self hosted notes storage and search server - storage powered by BadgerDB -* [Pyroscope](https://github.com/pyroscope-io/pyroscope) - Open source confinuous profiling platform built with BadgerDB +* [Pyroscope](https://github.com/pyroscope-io/pyroscope) - Open source continuous profiling platform built with BadgerDB * [Veri](https://github.com/bgokden/veri) - A distributed feature store optimized for Search and Recommendation tasks. * [bIter](https://github.com/MikkelHJuul/bIter) - A library and Iterator interface for working with the `badger.Iterator`, simplifying from-to, and prefix mechanics. * [ld](https://github.com/MikkelHJuul/ld) - (Lean Database) A very simple gRPC-only key-value database, exposing BadgerDB with key-range scanning semantics.