Update README.md

This commit is contained in:
ChronosX88 2019-05-09 16:35:38 +04:00 committed by GitHub
parent f315353ece
commit 027da48407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@
## Table of Contents ## Table of Contents
- [Intro](#intro) - [Intro](#intro)
- [Requirements](#requirements)
- [Building](#building) - [Building](#building)
- [Examples](#examples)
- [Features](#features) - [Features](#features)
- [Useful links](#useful-links) - [Useful links](#useful-links)
- [License](#license) - [License](#license)
@ -20,7 +22,7 @@
## Intro ## Intro
A realtime, decentralized, offline-first, mutable graph protocol to sync the Internet. A realtime, decentralized, offline-first, mutable graph protocol to sync the Internet.
### Requirements ## Requirements
* JRE/JDK >= 1.8.0 * JRE/JDK >= 1.8.0
## Building ## Building
@ -39,6 +41,9 @@ $ cd JGUN
<sub>[⇧ back to top](#contents)</sub> <sub>[⇧ back to top](#contents)</sub>
## Examples
Examples are located [there](src/main/java/io/github/chronosx88/JGUN/examples)
## Features ## Features
- Put to database - Put to database
- Get from database - Get from database