diff --git a/README.md b/README.md index 30c3f7b..3c62a9f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ pip install pyromat --upgrade >>> import pyromat as pm >>> O2 = pm.get('ig.O2') >>> h = O2.h(492,1.01) # enthalpy at 492K, 1.01bar ->>> pm.info('O2') # where did these data come from? +>>> pm.info('ig.O2') # where did these data come from? >>> pm.config['unit_pressure'] = 'psi' # Don't like working in bar? ```