Skip to content

Commit f79fd20

Browse files
authored
Update README.md
1 parent 7651851 commit f79fd20

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
@@ -17,15 +17,15 @@ A short, concise tutorial on the popular front-end framework Vue.js. Written for
1717
Vue.js is tremendously simple to install and use. Although we will be using the Vue command line interface (vue-cli), you can get started with Vue in 3 different ways.
1818

1919
**CDN:** <br>
20-
Import Vue.js into your `index.html` file using the `<script>` tag. <br>
20+
Import Vue.js into your `index.html` file using the `<script>` tag.
2121

2222
```html
2323
<!-- development version with alarms and alerts -->
2424
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
2525
```
2626

27-
<br>
28-
**NPM:** <br>
27+
28+
**NPM:**
2929
Start by creating a project with npm
3030
```bash
3131
$ npm init -y

0 commit comments

Comments
 (0)