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

Commit 2b474c0

Browse files
authored
Update README.md
1 parent 0741e9c commit 2b474c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ If you find any bugs or problems, please report them in the [issues](https://www
3131
The project is available on [PyPI](https://pypi.org/project/aladhan/), so you can install it using pip:
3232

3333
```python
34-
pip install aladhan
34+
pip install aladhan-api
3535
```
3636

3737
If you have an older version of the API, you can update it to the latest version using:
3838

3939
```python
40-
pip install aladhan --upgrade
40+
pip install aladhan-api --upgrade
4141
```
4242

4343
<br>
@@ -50,6 +50,11 @@ Not available yet, but coming soon.<br>
5050

5151
# Versioning
5252

53+
v2.0.0 (Alpha)
54+
55+
- Changed PIP installation to `aladhan-api`
56+
- Added patch versioning for future purposes
57+
5358
v1.0 (Alpha)
5459

5560
- Initial release.

0 commit comments

Comments
 (0)