Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 4cb66a0

Browse files
author
ssddcodes
committed
update README.md
1 parent b8a1d34 commit 4cb66a0

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
ZotDB provides you realtime Database service on your own VPS/pc.
44

5+
***
56
| - | - |
67
|----:|:--------------------------------------------|
78
| 📩 | [Download](#Implement) |
@@ -12,7 +13,7 @@ ZotDB provides you realtime Database service on your own VPS/pc.
1213
| ⚖️ | [License](#License) |
1314

1415
## Implement
15-
16+
***
1617
### *Gradle*
1718

1819
```groovy
@@ -29,10 +30,12 @@ ZotDB provides you realtime Database service on your own VPS/pc.
2930
```
3031

3132
## Implement the Server.
33+
***
3234

3335
Please checkout [server branch](https://github.com/ssddcodes/ssddrtdb/tree/server)
3436

3537
## Info.
38+
***
3639

3740
## AvailableParameters
3841

@@ -46,7 +49,7 @@ Please checkout [server branch](https://github.com/ssddcodes/ssddrtdb/tree/serve
4649
| getPushKey() | returns string of unique id |
4750

4851
## Implementation
49-
52+
***
5053
* To initiate:-
5154

5255
```java
@@ -130,10 +133,12 @@ zotDB.child("abc/xyz/xyz1").removeValue();
130133
For more info please checkout [Example](https://github.com/ssddcodes/ssddrtdb/tree/server/test/java/Main.java)
131134

132135
# Demo
136+
***
133137

134138
![Demo](https://github.com/ssddcodes/ssddrtdb/blob/flutterlib/demo.gif)
135139

136140
## Changelog
141+
***
137142
* v2.6(dependency) :- major update and stable release
138143
* v2.6(server):- major update with feature to add multiple servers in the same server file.
139144
* V-1.0.4-BETA:- Public beta, extended support for all java projects.
@@ -142,12 +147,13 @@ For more info please checkout [Example](https://github.com/ssddcodes/ssddrtdb/tr
142147
* V-1.0.1-BETA:- Major bug fixes.
143148
* V-1.0.1:- Major bug fixes.
144149
## Credits
150+
> ***
145151
> [Sandip](https://github.com/ssddcodes):- Creator, Developer of SSDDRTDB.
146152
>
147153
> [Yamin](https://github.com/yamin8000):- Publishing and management.
148154
149155
## License
150-
156+
***
151157
> RTDB is licensed under the [GNU General Public License v3.0](./LICENSE.md)
152158
> Permissions of this strong copyleft license are conditioned on making
153159
> available complete source code of licensed works and modifications,

0 commit comments

Comments
 (0)