Skip to content

Commit 604e80a

Browse files
authored
Update README.md
1 parent 21c07c0 commit 604e80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const datastore = new Datastore({
2727
Next you must create an instance of GeoDataManager to query and write to the table, but you must always provide a `Datastore` instance and a table name.
2828

2929
```js
30-
const geoDataManager = require('datastore-geo');
30+
const GeoDataManager = require('datastore-geo');
3131
const geoDataManager = new GeoDataManager(datastore, {
3232
hashKeyLength: 2,
3333
namespace: 'optional',

0 commit comments

Comments
 (0)