Skip to content

Commit

Permalink
fix(docs): REAMDE styling fixes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriguy committed Apr 17, 2016
1 parent 57eff70 commit 898c13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ indie(Component, propsConfig)

**propsConfig:** and object with keys that mach the Component`s props.
the value of each key is an array with 3 arguments:
1. prop's default

1. The prop's default.
1. The loaded value - a promise used to load data from an ajax server request for example.
1. The error value of the prop in case the server returns an error.
It can also be a callback that gets the server error as an argument and returns
Expand Down

0 comments on commit 898c13e

Please sign in to comment.