From a10aeb510b6840c1c40983353fbc91b40e5878cd Mon Sep 17 00:00:00 2001 From: Parker Savage <68204938+parkersavage@users.noreply.github.com> Date: Fri, 15 Jul 2022 22:44:10 -0500 Subject: [PATCH] Fixes #4 Changed 'osbg36' to 'osgb36' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eaacb5a..e6d0cbd 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ pip install bng ## Instructions -The `to_osbg36` and `from_osbg36` functions are used to convert between tuples of OSGB36 (x, y) coordinates and alphanumeric grid references. +The `to_osgb36` and `from_osgb36` functions are used to convert between tuples of OSGB36 (x, y) coordinates and alphanumeric grid references. -### to_osbg36 +### to_osgb36 -BNG grid references can be converted to `osbg36` coordinates as follows. +BNG grid references can be converted to `osgb36` coordinates as follows. Single values: @@ -47,9 +47,9 @@ y # (1139200, 356000, 35400) ``` -### from_osbg36 +### from_osgb36 -BNG grid references can be created from`osbg36` coordinates as follows. +BNG grid references can be created from`osgb36` coordinates as follows. Single values: ```python