Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from core-marine-dev/dev
Browse files Browse the repository at this point in the history
V 1.5.1
  • Loading branch information
crisconru authored Jan 2, 2024
2 parents 13384a5 + 75bc48f commit 87f8661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ If the parser knows the NMEA sentences it gives more metadata. Known frames are:
## How to use it

```typescript
import Parser from '@coremarine/nmea-parser'
import { NMEAParser } from '@coremarine/nmea-parser'
// NMEA parser
const parser = new Parser()
const parser = new NMEAParser()
```

### Parse NMEA string data
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": "@coremarine/nmea-parser",
"version": "1.5.0",
"version": "1.5.1",
"description": "Library to parse NMEA 0183 sentences",
"author": "CoreMarine",
"license": "ISC",
Expand Down

0 comments on commit 87f8661

Please sign in to comment.