Skip to content

Commit

Permalink
fixed duplicate text in README
Browse files Browse the repository at this point in the history
  • Loading branch information
marook committed Nov 1, 2015
1 parent 88f41b0 commit 6171f84
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Expand Up @@ -92,16 +92,6 @@ Example, see also example/pbf.html:
</script>
```

Build or update the browser bundle `osm-read-pbf.js` with browserify:
```bash
$ npm run browserify
```

To install browserify (http://browserify.org/):
```bash
$ npm install -g browserify
```

As an alternative to passing an URL in "filePath", the option "buffer" can be
used to pass an already loaded ArrayBuffer object:

Expand Down Expand Up @@ -129,14 +119,18 @@ HTML5 File API, passing the file object as "file" option:
See also example/file.html
-----
Build
------------------------------------------------------------------------
#### Build
Build or update the browser bundle 'osm-read-pbf.js' with browserify:
Build or update the browser bundle `osm-read-pbf.js` with browserify:
```bash
$ npm run browserify
```
To install browserify (http://browserify.org/):
```bash
$ npm install -g browserify
```
------------------------------------------------------------------------
#### Parse OSM XML from URL Example
Expand Down

0 comments on commit 6171f84

Please sign in to comment.