From 65761556fc8a0a129f467d5b6bf3d5b711e87912 Mon Sep 17 00:00:00 2001 From: harirakul Date: Mon, 14 Sep 2020 11:37:16 -0700 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05984a5..70b0719 100644 --- a/README.md +++ b/README.md @@ -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 @@ -47,7 +47,7 @@ pip install chemlib 10.811 ``` -```chemlib.Compound``` +#### ```chemlib.Compound``` ```python >>> from chemlib import Compound @@ -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 @@ -83,7 +84,7 @@ Stoichiometric conversions with compounds (accepted inputs: grams, moles, and mo ``` -Balancing Chemical Reactions +#### Balancing Chemical Reactions ```python