Skip to content

Commit

Permalink
Merge pull request #1200 from Phocea/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in Bootstraping instructions
  • Loading branch information
jpetitcolas authored Sep 20, 2016
2 parents 0b6d4ee + 22b766f commit 3283619
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 @@ -84,7 +84,7 @@ Add the `ng-admin.min.css` and `ng-admin.min.js` to the HTML, add a `<div ui-vie
<link rel="stylesheet" href="node_modules/ng-admin/build/ng-admin.min.css">
</head>
<body ng-app="myApp">
<div ui-view="nh-admin"></div>
<div ui-view="ng-admin"></div>
<script src="node_modules/ng-admin/build/ng-admin.min.js"></script>
<script type="text/javascript">
var myApp = angular.module('myApp', ['ng-admin']);
Expand Down

0 comments on commit 3283619

Please sign in to comment.