diff options
author | Denis Andrejew <da.colonel@gmail.com> | 2016-10-07 22:35:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 22:35:08 +0200 |
commit | 302d3d2ca3841999525a1c1cfa77631d5e1c5de2 (patch) | |
tree | c20a3aa6f6b499ee68915adad5d39b683730a4d5 /README.md | |
parent | Merge pull request #604 from gopherpit/master (diff) | |
download | dedo-302d3d2ca3841999525a1c1cfa77631d5e1c5de2.tar.gz dedo-302d3d2ca3841999525a1c1cfa77631d5e1c5de2.tar.xz |
fix typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ and setting values. That's it. Bolt is stable, the API is fixed, and the file format is fixed. Full unit test coverage and randomized black box testing are used to ensure database -consistency and thread safety. Bolt is currently in high-load production +consistency and thread safety. Bolt is currently used in high-load production environments serving databases as large as 1TB. Many companies such as Shopify and Heroku use Bolt-backed services every day. |