Skip to content

Commit

Permalink
Merge pull request #14 from ewjoachim/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
xcambar authored Jan 15, 2020
2 parents ec6bfd9 + 53966ad commit 9fef89d
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 @@ -52,7 +52,7 @@ In your JS code, just execute `MyApp.start(/* optionalConfig */)` to resume
the boot of your application. As per the example, it takes an optional
configuration as its first argument.

Remeber: Your app __will not start__ unless you call the `MyApp.start(/* optionalConfig */)`
Remember: Your app __will not start__ unless you call the `MyApp.start(/* optionalConfig */)`
method.

## Access the config from your app
Expand Down

0 comments on commit 9fef89d

Please sign in to comment.