Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid committed Mar 28, 2022
1 parent 4d92773 commit d85484b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm i dollar-tomans-api

## نحوه استفاده
```javascript
import { fetchAll, fetchFootbalLeageTable } from 'dollar-tomans-api';
const { fetchAll, fetchFootbalLeageTable } = require('dollar-tomans-api');
...
...
var lastPrice = await fetchAll();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dollar-tomans-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "return last price of currency like dollar, pound, euro, bitcoin plus oil and gold price in rials(or tomans)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d85484b

Please sign in to comment.