]> git.p6c8.net - dumbdbm.git/blobdiff - README.md
Whoops... GitHub doesn't interpret "---" as en dash => just use UTF-8
[dumbdbm.git] / README.md
index e0d86a4af3e83a127f7695b0d22566c36e173bab..e85ad7d668de0ebef23d1cc7226eef073ff74348 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# DumbDBM_File - Portable DBM implementation
+# `DumbDBM_File` – Portable DBM implementation
 
 With `dumbdbm` / `dbm.dumb` the Python programming language provides a very simple DBM style database (i.e. a key-value database) written entirely in Python, requiring no external library. Being slow and some kind of *dumb*, it is intended as a last resort fallback if no other (more robust) database modules like GDBM, NDBM or Berkeley DB are available.
 

patrick-canterino.de