atmosx-nwws-parser 1.0.1918 → 1.0.1920

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install atmosx-nwws-parser
12
12
 
13
13
  ## Usage
14
14
  ```js
15
- const AtmosXWireParser = require(`atmosx-nwws-parser`); // CJS
15
+ const {AtmosXWireParser} = require(`atmosx-nwws-parser`); // CJS
16
16
  import * as AtmosXWireParser from `atmosx-nwws-parser`; // ESM
17
17
  ```
18
18