summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-02-15 15:57:52 +0700
committeradam <adamansky@gmail.com>2013-02-15 15:57:52 +0700
commit6372ff7818f65c27c67f256ccb1ed9d0ed75975f (patch)
tree1373e987826e5734ce70bf56d8fe7ae3b03bf71e /README.md
parent716b816097169262b448d1e8126e6cc5d00815ab (diff)
downloadejdb-6372ff7818f65c27c67f256ccb1ed9d0ed75975f.tar.gz
ejdb-6372ff7818f65c27c67f256ccb1ed9d0ed75975f.tar.bz2
ejdb-6372ff7818f65c27c67f256ccb1ed9d0ed75975f.zip
Python binding readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 638a098..9425e77 100644
--- a/README.md
+++ b/README.md
@@ -584,6 +584,7 @@ Drop index of String|Number|Array type for JSON field path.
EJDB Python3 binding
==================================
+
One snippet intro
---------------------------------
@@ -622,7 +623,7 @@ with ejdb.find("parrots2", {"likes" : "toys"},
ejdb.close()
```
-[EJDB Python3 binding page](https://github.com/Softmotions/ejdb/blob/master/pyejdb/README.md)
+**[EJDB Python3 binding page](https://github.com/Softmotions/ejdb/blob/master/pyejdb/README.md)**
EJDB C Library