From 666d8c9c19605808466baf0ab01fe1d8b3c25db1 Mon Sep 17 00:00:00 2001 From: Valerian Guillot Date: Thu, 28 Apr 2022 12:29:34 +0300 Subject: [PATCH] Update README.md Fixed a minor issue in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dff0d1..dbba47b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ scale, offset = conversion_factors(source='m', target='ft') Convert a value from one unit to another ```Python -from uom import convert_value +from uom import convert print(convert(value=10, source='m', target='ft')) ```