Command fields changed (#20447)

Changed code / command section of the document to match official one's (bower command was incorrect, bad formatting).
This commit is contained in:
Bloombug
2018-10-30 03:25:56 +00:00
committed by Tom
parent a98c9852c8
commit e0e1865b4c

View File

@ -10,21 +10,22 @@ O AngularJS (versões 1.x) é uma estrutura JavaScript de front-end de software
npm:
\`\` \`shell npm instalar angular
```shell
npm install angular
```
HTML:
HTML:
```html
<script src="/node_modules/angular/angular.js"></script>
```
html
```
bower:
```
bower:
Concha bower instalar angular
```shell
bower install angular
```
HTML:
HTML:
```html
<script src="/bower_components/angular/angular.js"></script>
```
html
\`\` \`