Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 2c94702

Browse files
victorbwesleycho
authored andcommitted
Updated paths
Updated paths for bower components Modify README to reflect current default bower behavior
1 parent 69bf75d commit 2c94702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To your `bower.json` file. Then run
3232

3333
This will copy the ui-tinymce files into your `components` folder, along with its dependencies. Load the script files in your application:
3434

35-
<script type="text/javascript" src="components/tinymce/tinymce.js"></script>
36-
<script type="text/javascript" src="components/angular/angular.js"></script>
37-
<script type="text/javascript" src="components/angular-ui-tinymce/tinymce.js"></script>
35+
<script type="text/javascript" src="app/bower_components/tinymce/tinymce.min.js"></script>
36+
<script type="text/javascript" src="app/bower_components/angular/angular.js"></script>
37+
<script type="text/javascript" src="app/bower_components/angular-ui-tinymce/src/tinymce.js"></script>
3838

3939
Add the tinymce module as a dependency to your application module:
4040

0 commit comments

Comments
 (0)