Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarballadares committed May 13, 2015
1 parent cd2c0dd commit 981d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ fluxscaffold -domain=product -const=PRODUCTS_FETCH_ALL -action=fetchAll -api

The available flags are:
* domain: A domain object name, e.g. "user", "product", "pizza". This value will be used to infer the constant,
action, store, and webapi file name. For instance, if you choose "user" you will get "constants/user-constants.js",
action, store, component and webapi file name. For instance, if you choose "user" you will get "constants/user-constants.js",
"actions/user-actions.js", "stores/user-store.js", "webapi/user-api.js", "components/user.js"

* action: A single action method, e.g. "fetchAll". This will create an action method with that name inside the
Expand Down

0 comments on commit 981d7f6

Please sign in to comment.