Skip to content

Commit da1b96f

Browse files
authored
docs: pluralize README titles
1 parent 95d2e95 commit da1b96f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README-RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mdbx-containers
1+
# MDBX-Containers
22

33
**mdbx-containers** — это лёгкая заголовочная библиотека на C++11/C++17, предоставляющая удобный интерфейс для работы с базой данных [libmdbx](https://github.com/erthink/libmdbx) через стандартные контейнеры STL: `std::map`, `std::set`, `std::unordered_map`, `std::vector` и др.
44

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# mdbx-containers
1+
# MDBX-Containers
2+
3+
[Русская версия](README-RU.md)
24

35
**mdbx-containers** is a lightweight header-only C++11/17 library that bridges [libmdbx](https://github.com/erthink/libmdbx) with familiar STL containers such as `std::map` and `std::set`. It transparently persists your in-memory data in MDBX while providing high performance and thread-safe transactions.
46

0 commit comments

Comments
 (0)