We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdb9ab commit 60f2731Copy full SHA for 60f2731
README.md
@@ -5,9 +5,9 @@
5
[sign up in CryptoMarket](https://www.cryptomkt.com/account/register).
6
7
# Installation
8
-To install Cryptomarket use pip
+To install Cryptomarket use gem
9
```
10
-gem install cryptomarket
+gem install cryptomarket-sdk
11
12
# Documentation
13
@@ -166,12 +166,11 @@ wsclient.connect
166
167
168
# Checkout our other SDKs
169
-<!-- agregar links -->
170
171
-python sdk
+[node sdk](https://github.com/cryptomkt/cryptomkt-node)
172
173
-node sdk
+[java sdk](https://github.com/cryptomkt/cryptomkt-java)
174
175
-java sdk
+[go sdk](https://github.com/cryptomkt/cryptomkt-go)
176
177
-go sdk
+[python sdk](https://github.com/cryptomkt/cryptomkt-python)
0 commit comments