Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 4e999e7

Browse files
committed
fixup! chore(*): switch from bower to npm for frontend dependencies
1 parent 10a4f37 commit 4e999e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ npm install
5555
```
5656

5757
Behind the scenes this will also call `npm run copy-libs`, which copies the AngularJS files and other
58-
frontend dependencies. After that, you should find out that you have two new directories in your project.
58+
front end dependencies. After that, you should find out that you have two new directories in your project.
5959

6060
* `node_modules` - contains the npm packages for the tools we need
61-
* `app/lib` - contains the Angular framework files and other frontend dependencies
61+
* `app/lib` - contains the Angular framework files and other front end dependencies
6262

6363
*Note copying the Angular files from `node_modules` to `app/lib` makes it easier to serve the files
6464
by a web server.*

0 commit comments

Comments
 (0)