Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 8746af1

Browse files
committed
Merge pull request #5 from pyrotechnick/patch-1
Wrapped npm install xml2json in backticks
2 parents ae442a8 + e6f2071 commit 8746af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It does not parse the following elements:
99
* Comments
1010

1111
## Installation
12-
npm install xml2json
12+
`npm install xml2json`
1313

1414
## Usage
1515
```javascript

0 commit comments

Comments
 (0)