Skip to content

Commit

Permalink
Fixes #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Mar 26, 2015
1 parent 0e3bb1e commit bcb0bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.ja
Typical usage is as follows:

* Make your package depend on `jsonix-schema-compiler`.
* Invoke the Jsonix Schema Compiler in the `scripts/postinstall`
* Invoke the Jsonix Schema Compiler in `scripts/prepublish`.

## Example

Expand All @@ -32,7 +32,7 @@ Typical usage is as follows:
...
"scripts": {
...
"postinstall" : "java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar schema.xsd"
"prepublish" : "java -jar node_modules/jsonix-schema-compiler/lib/jsonix-schema-compiler-full.jar schema.xsd"
...
}
...
Expand Down

0 comments on commit bcb0bb7

Please sign in to comment.