Skip to content

Commit 407b214

Browse files
committedMar 7, 2018
Fixed some markdown errors in the README
1 parent 5548ca4 commit 407b214

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,16 @@ console.log(message.get("PID.5.2").toString()); // prints "Bob"
3434

3535
See the [tests](https://github.com/artifacthealth/hl7parser/blob/master/tests/message.tests.ts) for more examples.
3636

37-
3837
## Documentation
3938

4039
<a name="hl7parser"></a>
4140
## "hl7parser" Module
42-
--------------------
4341
* [`Message`](#Message)
4442
* [`Node`](#Node)
4543
* [`create`](#create)
4644

4745
<a name="Message"></a>
4846
### Message Interface
49-
--------------------
5047
An HL7 message.
5148
* [`addSegment`](#addSegment)
5249
* [`name`](#name)
@@ -193,7 +190,6 @@ __Returns:__ `boolean`
193190

194191
<a name="Node"></a>
195192
### Node Interface
196-
--------------------
197193
A node in an HL7 message. Can represent a message, segment, field, component, or sub-component.
198194
* [`name`](#name)
199195
* [`length`](#length)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hl7parser",
33
"description": "HL7 2.x parser and generator.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "Artifact Health, LLC",
77
"url": "http://www.artifacthealth.com"

0 commit comments

Comments
 (0)
Please sign in to comment.