Skip to content

Commit

Permalink
Merge pull request #422 from marmelab/readme_typo
Browse files Browse the repository at this point in the history
[RFR] Fix typo in README
  • Loading branch information
fzaninotto committed May 7, 2015
2 parents f78cae4 + 405c7ed commit 45ea6e6
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
@@ -62,7 +62,7 @@ app.config(function (NgAdminConfigurationProvider) {
post.creationView().fields(/* see example below */);
post.editionView().fields(/* see example below */);

NgAdminProvider.configure(app);
nga.configure(app);
});
```

0 comments on commit 45ea6e6

Please sign in to comment.