Skip to content

Commit 29e1993

Browse files
author
Pedro Pablo Bustamante Barrera
committed
doc: update README.md
1 parent 23678f3 commit 29e1993

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,12 +1,12 @@
11
# CryptoMarket-Java
22

3-
[main page](https://www.cryptomkt.com/)
3+
[Main page](https://www.cryptomkt.com/).
44

5-
[sign up in CryptoMarket](https://www.cryptomkt.com/account/register).
5+
[Sign up in CryptoMarket](https://www.cryptomkt.com/account/register).
66

77
# Installation
88

9-
add the Maven dependency
9+
Add the Maven dependency
1010

1111
```xml
1212
<dependency>
@@ -18,11 +18,11 @@ add the Maven dependency
1818

1919
# Documentation
2020

21-
This sdk makes use of the [api version 3](https://api.exchange.cryptomkt.com) of cryptomarket.
21+
This sdk makes use of the [api version 3](https://api.exchange.cryptomkt.com) of Cryptomarket.
2222

2323
# Quick Start
2424

25-
## rest client
25+
## Rest client
2626

2727
```java
2828

@@ -72,7 +72,7 @@ Order order = client.createOrder(new ParamsBuilder()
7272

7373
## Using the ParamsBuilder
7474

75-
most client methods have a version that accepts a ParamBuilder. This class makes easier to pass parameters, and is expected to recieve the same parameters as the parameterized version.
75+
Most client methods have a version that accepts a ParamBuilder. This class makes easier to pass parameters, and is expected to recieve the same parameters as the parameterized version.
7676

7777
```java
7878
import com.cryptomarket.params.ParamsBuilder;
@@ -93,7 +93,7 @@ Map<String, List<Candle>> candles client.getCandles(new ParamsBuilder()
9393
.sort(Sort.ASC));
9494
```
9595

96-
## exception handling
96+
## Exception handling
9797

9898
```java
9999

@@ -111,7 +111,7 @@ try {
111111

112112
```
113113

114-
## websocket client
114+
## Websocket client
115115

116116
There are three websocket clients, the market data client, the spot trading client and the wallet client.
117117
The market data client requires no authentication, while the spot trading client and the wallet client do require it.

0 commit comments

Comments
 (0)