Skip to content

Commit 21c07c0

Browse files
authored
Update README.md
1 parent 409eaa8 commit 21c07c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project is bringing creation and querying of geospatial data to Node JS dev
1010
* **Basic CRUD Operations:** Create, update, and delete geospatial data items.
1111

1212
## Installation
13-
Using [npm]:
13+
Using npm:
1414
`npm install --save datastore-geo`.
1515

1616
## Getting started
@@ -27,6 +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');
3031
const geoDataManager = new GeoDataManager(datastore, {
3132
hashKeyLength: 2,
3233
namespace: 'optional',

0 commit comments

Comments
 (0)