Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Gets raw hl7 message string and returns structured object of the hl7 message.

### 1 - Install library.
```sh
npm i @amida-tech/hl7-parser
npm i @manhydra/hl7-parser
```

### 2 - Import library into your project.
```javascript
import { Hl7Message, Hl7Parser } from '@amida-tech/hl7-parser';
import { Hl7Message, Hl7Parser } from '@manhydra/hl7-parser';
```

### 3 - Create instance of the class Hl7Parser.
Expand Down
Loading