Skip to content

Commit 23b3d27

Browse files
committed
readme note fix
1 parent 8022be6 commit 23b3d27

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,11 @@ Note, however, that ``cachier``'s in-memory core is simple, and has no monitorin
345345
SQLAlchemy (SQL) Core
346346
---------------------
347347

348-
.. note::
349-
The SQL core requires SQLAlchemy to be installed. It is not installed by default with cachier. To use the SQL backend, run::
348+
**Note:** The SQL core requires SQLAlchemy to be installed. It is not installed by default with cachier. To use the SQL backend, run::
350349

351-
pip install SQLAlchemy
350+
pip install SQLAlchemy
352351

353-
Cachier now supports a generic SQL backend via SQLAlchemy, allowing you to use SQLite, PostgreSQL, MySQL, and other databases.
352+
Cachier supports a generic SQL backend via SQLAlchemy, allowing you to use SQLite, PostgreSQL, MySQL, and other databases.
354353

355354
**Usage Example (SQLite in-memory):**
356355

0 commit comments

Comments
 (0)