From 405c7ede211da965a4a6a237bf2e7bcbbfbbe3e0 Mon Sep 17 00:00:00 2001 From: Jonathan Petitcolas Date: Thu, 7 May 2015 12:29:16 +0200 Subject: [PATCH] Fix typo in README Fixes #421 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8468ea96..1e2ffc26 100644 --- a/README.md +++ b/README.md @@ -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); }); ```