You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# CryptoMarket-Java
2
2
3
-
[main page](https://www.cryptomkt.com/)
3
+
[Main page](https://www.cryptomkt.com/).
4
4
5
-
[sign up in CryptoMarket](https://www.cryptomkt.com/account/register).
5
+
[Sign up in CryptoMarket](https://www.cryptomkt.com/account/register).
6
6
7
7
# Installation
8
8
9
-
add the Maven dependency
9
+
Add the Maven dependency
10
10
11
11
```xml
12
12
<dependency>
@@ -18,11 +18,11 @@ add the Maven dependency
18
18
19
19
# Documentation
20
20
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.
22
22
23
23
# Quick Start
24
24
25
-
## rest client
25
+
## Rest client
26
26
27
27
```java
28
28
@@ -72,7 +72,7 @@ Order order = client.createOrder(new ParamsBuilder()
72
72
73
73
## Using the ParamsBuilder
74
74
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.
0 commit comments