@@ -3,8 +3,4 @@
1. Change config.py
2. Add this project to mine
3. Add library: ```from BackendApi.SharixQuery import SharixQuery```
-4. Initialize and use:
-```python
-your_name = SharixQuery()
-your_name.add_query()
-```
+4. Initialize and use: ```your_name = SharixQuery()```