Skip to content

Commit

Permalink
Cosmetical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Runte committed Feb 18, 2017
1 parent 3207476 commit 19b39f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A Parser for NMEA0183 AIS messages.

## Installation
The parser is written using [flow](https://flowtype.org/). It can be run from the src directory with babel-node or in the transpiled version from the index.js file or the lib directory. If you are using the NPM package you do not have to worry about transpiling, it has been done for you allready. If you are using the github package you will need to take care of transpiling by calling the following commands:
The parser is written using [flow](https://flowtype.org/). It can be run from the src directory with babel-node or in the transpiled version from the index.js file or the lib directory. If you are using the NPM package ( add "aisparser" :"^0.0.2" to your package.json dependencies) you do not have to worry about transpiling, it has been done for you allready. If you are using the github package you will need to take care of transpiling by calling the following commands:
```
cd <package-dir>
npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aisparser",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"description": "parser for NMEA0183 AIS messages",
"keywords": [
Expand Down

0 comments on commit 19b39f9

Please sign in to comment.