Skip to content

Commit 39cf2ac

Browse files
author
Abhishek Singh
committed
v1.0.2 documentation
1 parent 62afd02 commit 39cf2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)]((https://www.python.org/downloads/release/python-390/))
77
[![PyPy3.6](https://img.shields.io/badge/python-PyPy3.6-blue.svg)](https://www.pypy.org/index.html)
88

9-
Consider this README as a getting started guide.
109

11-
For detailed documentation refer [https://aosingh.github.io/sqlite_rx/](https://aosingh.github.io/sqlite_rx/)
10+
Documentation: [https://aosingh.github.io/sqlite_rx/](https://aosingh.github.io/sqlite_rx/)
1211

1312
# Introduction
1413

@@ -48,6 +47,7 @@ pip install -U sqlite_rx
4847

4948
```python
5049
# server.py
50+
5151
from sqlite_rx.server import SQLiteServer
5252

5353
def main():

0 commit comments

Comments
 (0)