From 308a3ef03a0ff2330ee53b158df80ccc7ba1616c Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Tue, 18 Sep 2018 17:20:17 +1000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f27209..7cd12f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ pip install git+http://git.wrl.unsw.edu.au:3000/danh/scaling.git ## Usage ```python ->>> from scaling import Froude +>>> from scaling import FroudeConverter >>> froude = FroudeConverter() >>> # Convert model value of 200 mm to prototype value (m) with scale of 10 @@ -69,7 +69,7 @@ Dataframes are also accepted, and specific units can be specified for the values >>> froude.model_to_proto(10, length_scale=100, 'mm.H20', 'kPa') 9.80665 ->>> # Demonstrate different ways of specifying units of Newtons +>>> # Demonstrate different ways of specifying units of newtons >>> froude.dimensions('N') 'L^1 M^1 T^-2' >>> froude.dimensions('newton')