Skip to content

Commit

Permalink
Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
friedow committed Dec 8, 2020
1 parent 187dabd commit d3f5fe1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Parses HL7 v2.x messages into typed javascript objects and makes them easily acc
npm install @dotbase/hl7-v2-message
```


## How to use it
```ts
import { v2_5 } from "@dotbase/hl7-v2-message"
Expand Down Expand Up @@ -34,5 +33,3 @@ console.log(patientName);
value: 'Müller^Hans^^^^^L'
}
```


0 comments on commit d3f5fe1

Please sign in to comment.