Skip to content

Commit

Permalink
Added "How to contribute" section to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duketemon committed Apr 23, 2023
1 parent 0698c89 commit 202c8a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install the package with the following command:
pip install currency_codes
```

## How to use the package?
## How to use the package
### Get a currency info by a currency code
You can get any currency info using the snippet below
```python
Expand Down Expand Up @@ -101,3 +101,6 @@ from currency_codes import get_other_currencies, Currency

other_currencies: list[Currency] = get_other_currencies()
```

## How to contribute
Contributions are always welcomed. If you found any mistakes or missing currencies, please raise a PR to make the package more accurate for all of us

0 comments on commit 202c8a8

Please sign in to comment.