Skip to content

Commit 9da7f62

Browse files
authored
Merge pull request #17 from Asurar0/patch-1
[README.md] RocksDB -> LMDB
2 parents e7dd061 + 407767a commit 9da7f62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ programming language, it is completely multithreaded; and offers high performanc
7474
</li>
7575
<li>
7676
<h4>💾 Lighting fast database to ensure extremely fast world loading speeds</h4>
77-
<h6><i><a href="https://github.com/facebook/rocksdb">Currently using RocksDB</a></i></h6>
77+
<h6><i><a href="https://www.symas.com/lmdb">Currently using LMDB</a></i></h6>
7878
<i>32 render distance*</i>
7979
<img src="https://github.com/Sweattypalms/ferrumc/blob/dev/README/assets/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO">
8080
</li>
@@ -106,7 +106,6 @@ programming language, it is completely multithreaded; and offers high performanc
106106

107107
- Rust compiler (latest nightly version)
108108
- Cargo (comes with Rust)
109-
- [LLVM](https://github.com/llvm/llvm-project/releases) (required for RocksDB compilation)
110109

111110
### 📥 Installation
112111

@@ -216,4 +215,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) f
216215
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ferrumc-rs/ferrumc&type=Date" />
217216
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ferrumc-rs/ferrumc&type=Date" />
218217
</picture>
219-
</a>
218+
</a>

0 commit comments

Comments
 (0)