From 2d255b177d897c3f548268bf6837919b5a354035 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 6 Mar 2019 00:05:38 +0100 Subject: [PATCH] fixed representation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8db37b0..774db1cd 100644 --- a/README.md +++ b/README.md @@ -254,9 +254,9 @@ A bounding box consists of two points. The first being the southwestern most poi set fleet truck1 bounds 30 -110 40 -100 ``` #### Geohash -A [geohash](https://en.wikipedia.org/wiki/Geohash) is a string respresentation of a point. With the length of the string indicating the precision of the point. +A [geohash](https://en.wikipedia.org/wiki/Geohash) is a string representation of a point. With the length of the string indicating the precision of the point. ``` -set fleet truck1 hash 9tbnthxzr # this would be equivlent to 'point 33.5123 -112.2693' +set fleet truck1 hash 9tbnthxzr # this would be equivalent to 'point 33.5123 -112.2693' ``` #### GeoJSON