Skip to content

Commit ebbe19c

Browse files
Correct the package name in the README for manual import instructions
1 parent 2e5efd6 commit ebbe19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can install the MLP Adsorption package using pip:
2828
pip install git+https://github.com/lipelopesoliveira/mlp_adsorption.git
2929
```
3030

31-
Alternatively, you can use pyCOFBuilder by manually importing it using the `sys` module, as exemplified below:
31+
Alternatively, you can use MLP Adsorption by manually importing it using the `sys` module, as exemplified below:
3232

3333
```python
3434
# importing module

0 commit comments

Comments
 (0)