Skip to content

Commit 38d63fe

Browse files
committed
Update README.md
1 parent 7ac84e9 commit 38d63fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ API for Cryptsy.com Exchange utilizing completely built-in functions and utiliti
66
Usage
77
-------------
88
Create buy order for dgc, market id 26, then cancels all orders you have for dgc
9-
<pre><code>import Cryptsy
9+
```python
10+
import Cryptsy
1011
Exchange = Cryptsy.Cryptsy('KEY HERE', 'SECRET HERE')
1112
Exchange.createOrder(26, "Buy", 100, 0.00000001) # Buy 100 dgc at .00000001 each
1213
Exchange.cancelMarketOrders(26) # Cancels all orders in market 26, dgc
13-
</code></pre>
14+
```
1415

0 commit comments

Comments
 (0)