Skip to content

Commit

Permalink
Update README.md NPM example
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleswirve authored and missinglink committed Apr 14, 2020
1 parent 8b3acab commit cb5d9d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ var pbf2json = require('pbf2json'),

var config = {
file: '/tmp/wellington_new-zealand.osm.pbf',
tags: 'addr:housenumber+addr:street',
tags: [
'addr:housenumber+addr:street'
],
leveldb: '/tmp'
};

Expand Down

0 comments on commit cb5d9d7

Please sign in to comment.