diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-18 15:49:32 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-18 15:49:32 +0100 |
| commit | 677c101bacb7e2180437bfa9b5d14c575118f34f (patch) | |
| tree | a5bb5876ee800df543da7174a1a1890912e8a6da | |
| parent | 38d961c073fb1dc03cd8bcf9d4528a849bbe9207 (diff) | |
| parent | 200f500d12d90c00fb1ab4b7abb46f65b921ed62 (diff) | |
| download | packages-677c101bacb7e2180437bfa9b5d14c575118f34f.tar.gz packages-677c101bacb7e2180437bfa9b5d14c575118f34f.zip | |
Merge pull request #163 from saratchandra92/master
Fixed a typo.
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 06e68e4..4abb9f6 100644 --- a/packages.json +++ b/packages.json @@ -1466,7 +1466,7 @@ "url": "https://github.com/saratchandra92/nim-geocoding", "method": "git", "tags": ["library", "geocoding", "maps"], - "decription": "A simple library for Google Maps Geocoding API", + "description": "A simple library for Google Maps Geocoding API", "license": "MIT", "web": "https://github.com/saratchandra92/nim-geocoding" }, |
