diff --git a/angularjs/README.md b/angularjs/README.md index cd9b2bcd9..1692d947c 100644 --- a/angularjs/README.md +++ b/angularjs/README.md @@ -96,7 +96,7 @@ Since you are augmenting the $scope object, you should let the compiler know wha $scope.title = 'Yabadabadu'; } -## Exemples +## Examples ### Working with $resource @@ -151,4 +151,4 @@ Since you are augmenting the $scope object, you should let the compiler know wha article.$save(); article.$publish(); - } \ No newline at end of file + }