Skip to content

Commit 63061dd

Browse files
authored
Update README.md
typo corrections
1 parent 26cd18f commit 63061dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ Python class to manage, check and sort CAS Registry Numbers® (CAS RN®).
1919

2020

2121
## How to install and uninstall?
22-
**chemregnum** can be installed from the [Python Package Index (PyPI)](https://pypi.org/) repository by calling
22+
**casregnum** can be installed from the [Python Package Index (PyPI)](https://pypi.org/) repository by calling
2323

24-
pip install chemregnum
24+
pip install casregnum
2525

2626
In order to uninstall **ChemFormula** from your local environment use
2727

28-
pip uninstall chemregnum
28+
pip uninstall casregnum
2929

3030

3131
## How to use?
32-
**chemregnum** provides the `CAS` class for creating a CAS Registry Number® instance:
32+
**casregnum** provides the `CAS` class for creating a CAS Registry Number® instance:
3333

3434
```Python
35-
from chemregnum import CAS
35+
from casregnum import CAS
3636

3737
substance = CAS(cas_rn)
3838
```

0 commit comments

Comments
 (0)