From 7b2d7258f939d126cd9cb80b03a8d7fc4a13109e Mon Sep 17 00:00:00 2001 From: Saikiran Ch Date: Mon, 11 Dec 2017 23:28:05 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fad792..96e9b57 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ -### Geohash +Geohash +------- + Geohash is a php module that provides below functions. * Encoding geographic location into short string of letters and digits. * Decoding string of letters and digits to latitude and longitude. -### See these resources online: +Installation +------- + +The easiest way to install PHP Geohash is with [composer](https://getcomposer.org). Find it on [Packagist](https://packagist.org/packages/saikiran/geohash). +~~~ +$ composer require saikiran/geohash +~~~ + +See these resources online: +------- + * http://geohash.org * http://en.wikipedia.org/wiki/Geohash