Skip to content

Commit 9b29bed

Browse files
committed
v1.0.1
1 parent d10bef4 commit 9b29bed

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Collect static files:
4848
python3 manage.py collectstatic
4949
```
5050

51-
Add CryptAPI's URLs to your project's urls.py file:
51+
Add BlockBee's URLs to your project's urls.py file:
5252

5353
```python
5454
urlpatterns = [
@@ -208,7 +208,7 @@ In your template HTML
208208
209209
```djangotemplate
210210
{% extends 'base.html' %}
211-
{% load cryptapi_helper %}
211+
{% load blockbee_helper %}
212212
{% block content %}
213213
{% generate_payment_template %}
214214
{% endblock %}
@@ -231,7 +231,7 @@ This library has a couple of helpers to help you get started. They are present i
231231
232232
### BlockBee Helper
233233
234-
This is the helper responsible for the connections ot the API itself. All these functions are in the ``cryptapi.py`` file.
234+
This is the helper responsible for the connections ot the API itself. All these functions are in the ``blockbee.py`` file.
235235
236236
``get_info(coin)`` returns the information of all cryptocurrencies or just if ``coin=''`` or a specific cryptocurrency if ``coin='ltc'`` for example. [docs](https://docs.blockbee.io/#operation/info)
237237
@@ -280,4 +280,7 @@ Contact us @ https://blockbee.io/contacts/
280280
### Changelog
281281
282282
#### 1.0.0
283+
* Initial Release
284+
285+
#### 1.0.1
283286
* Initial Release

0 commit comments

Comments
 (0)