Update README.md

This commit is contained in:
AJ ONeal 2016-07-25 21:40:26 -04:00 committed by GitHub
parent 020b5ab34e
commit 5a589ea596
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ var cell = S2.S2Cell.FromLatLng({ lat: 40.2574448, lng: -111.7089464 }, 15);
cell.getNeighbors(); // [ cellLeft, cellDown, cellRight, cellUp ]
cell..getLatLng(); // { lat: 40.2574448, lng: -111.7089464 }
cell.getLatLng(); // { lat: 40.2574448, lng: -111.7089464 }
```