Skip to content

Commit f1ada87

Browse files
committed
Change readme blurb at the top, headers [ci-skip]
1 parent cd3782c commit f1ada87

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
## blockscore-java [![Circle CI](https://circleci.com/gh/BlockScore/blockscore-java/tree/java-4.0.svg?style=shield)](https://circleci.com/gh/BlockScore/blockscore-java/tree/java-4.0)
1+
# blockscore-java [![Circle CI](https://circleci.com/gh/BlockScore/blockscore-java/tree/java-4.0.svg?style=shield)](https://circleci.com/gh/BlockScore/blockscore-java/tree/java-4.0)
22

3-
An API wrapper for the BlockScore API using Java.
3+
This is the official library for Ruby clients of the BlockScore API. [Click here to read the full documentation including code examples](http://docs.blockscore.com/v4.0/java/).
44

5-
### Requirements
5+
## Requirements
66

77
- Java 1.7+
88

9-
### Installation
9+
## Installation
1010

11-
#### Maven users
11+
### Maven users
1212

13-
#### Gradle users
13+
### Gradle users
1414

1515
1. Clone this repository
1616
2. `./gradlew build`
1717
3. `./gradlew jar` (Builds the standard JAR) or `./gradlew fatJar` (Builds the plug and play jar)
1818

19-
#### Others
19+
### Others
2020

2121
You can download our JAR files from here: https://github.com/BlockScore/blockscore-java/releases
2222

23-
### Usage
23+
## Usage
2424

2525
```java
2626
private static BlockscoreApiClient client = setupBlockscoreApiClient();
@@ -41,10 +41,10 @@ builder.setFirstName("John")
4141
builder.create();
4242
```
4343

44-
### Generating javadocs
44+
## Generating javadocs
4545

4646
1. `./gradlew docs`
4747

48-
### Testing
48+
## Testing
4949

5050
You must have gradle installed. Tests can be run by typing `./gradlew :test`.

0 commit comments

Comments
 (0)