Переглянути джерело

docs: update readme to highlight python code snippet (#178)

cachho 2 роки тому
батько
коміт
bf1f0830dd
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -337,7 +337,7 @@ app.reset()
 ### Count
 Counts the number of embeddings (chunks) in the database.
 
-```
+```python
 print(app.count())
 # returns: 481
 ```