Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit f5c6f86

Browse files
committed
Update README.md
1 parent 6172f79 commit f5c6f86

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-cointracking-api
1+
# python-ctapi
22

33
Python Interface for [CoinTracking.info API](https://cointracking.info/api/api.php)
44

@@ -14,7 +14,7 @@ python setup.py install
1414

1515
# How to Use
1616

17-
This is an example how you can use the library:
17+
This is an example about how you can use the library
1818
```
1919
#!/usr/bin/env python2
2020
@@ -39,5 +39,4 @@ print api.getHistoricalSummary()
3939
print api.getHistoricalCurrency()
4040
print api.getGroupedBalance()
4141
print api.getGains()
42-
4342
```

0 commit comments

Comments
 (0)