Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a5775c8

Browse files
authored
Merge pull request #12 from heinrichreimer/patch-1
Fix headline formatting
2 parents d477754 + 3287452 commit a5775c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/iotaledger/iota.lib.java.svg?branch=master)](https://travis-ci.org/iotaledger/iota.lib.java)
22

33

4-
##Introduction
4+
## Introduction
55

66
The JOTA library is a simple Java wrapper around [[IOTA]](http://www.iotatoken.com/) Node's JSON-REST HTTP interface.
77

@@ -18,7 +18,7 @@ A list of all *IOTA* JSON-REST API commands currently supported by jota wrapper
1818
JOTA java wrapper is being designed to be thread-safe and simplest as possible in order to be easily mantainable, accordingly with the ongoing natural evolution of IOTA'api.
1919
All the boilerplate code for connecting to the node rest interface has been eliminated using Retrofit.
2020

21-
##Technologies & dependencies
21+
## Technologies & dependencies
2222

2323
The JOTA library has been designed to be used with Java6+, in order to promote compatibility with Android.
2424

@@ -31,7 +31,7 @@ Other dependencies:
3131
* Simple Logging Facade for Java 1.7.21 [[link]](http://www.slf4j.org/)
3232
* Apache Commons Lang 3.3.2 [[link]](http://commons.apache.org/proper/commons-lang/)
3333

34-
##Getting started <a name="getting-started"></a>
34+
## Getting started <a name="getting-started"></a>
3535

3636
Connect to your local node with the default settings is quite straightforward: it requires only 2 lines of code. For example, in order to fetch the Node Info:
3737

@@ -57,23 +57,23 @@ In order to communicate with *IOTA node*, JOTA needs to be aware of your node's
5757
Jota is still *not* in the central maven repository.
5858

5959

60-
##Warning
60+
## Warning
6161
- This is pre-release software!
6262
- There may be performance and stability issues.
6363
- You may loose all your money :)
6464
- Please report any issues using the <a href="https://github.com/iotaledger/iota.lib.java/issues">Issue Tracker</a>
6565

66-
##Examples
66+
## Examples
6767

6868
There's an extensive list of test coverages on the src/test/java package of the project that can be used as reference.
6969

70-
##Documentation
70+
## Documentation
7171

7272
A hosted version of the javadoc for the latest release can be found [here](https://iotaledger.github.io/iota.lib.java/javadoc/)
7373

7474

75-
##Supporting the project
75+
## Supporting the project
7676

7777
If JOTA has been useful to you and you feel like contributing, consider posting a bug report or a pull request.
7878

79-
That's it!
79+
That's it!

0 commit comments

Comments
 (0)