Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
harirakul committed Sep 14, 2020
1 parent 6582479 commit 6576155
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install chemlib
[118 rows x 31 columns]
```

```chemlib.Element``` class with easily accessible properties
#### ```chemlib.Element``` class with easily accessible properties

```python
>>> from chemlib import Element
Expand All @@ -47,7 +47,7 @@ pip install chemlib
10.811
```

```chemlib.Compound```
#### ```chemlib.Compound```

```python
>>> from chemlib import Compound
Expand All @@ -65,7 +65,8 @@ pip install chemlib

```

Stoichiometric conversions with compounds (accepted inputs: grams, moles, and molecules)
#### Stoichiometric conversions with compounds
Accepted inputs: grams, moles, and molecules

```python
>>> from chemlib import Compound
Expand All @@ -83,7 +84,7 @@ Stoichiometric conversions with compounds (accepted inputs: grams, moles, and mo

```

Balancing Chemical Reactions
#### Balancing Chemical Reactions

```python

Expand Down

0 comments on commit 6576155

Please sign in to comment.