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

Commit d59819d

Browse files
committed
Adds note about installing node-expat on Windows.
1 parent f760231 commit d59819d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ It does not parse the following elements:
88
* Entity declarations
99
* Comments
1010

11+
This module uses node-expat which will require extra steps if you want to get it installed on Windows. Please
12+
refer to its documentation at http://node-xmpp.github.io/doc/nodeexpat.html#toc_6
13+
1114
## Installation
1215
```
1316
$ npm install xml2json
@@ -72,7 +75,7 @@ var chars = {
7275
## License
7376
(The MIT License)
7477

75-
Copyright 2012 BugLabs. All rights reserved.
78+
Copyright 2014 BugLabs. All rights reserved.
7679

7780
Permission is hereby granted, free of charge, to any person obtaining a copy
7881
of this software and associated documentation files (the "Software"), to

0 commit comments

Comments
 (0)