Skip to content

Commit 4510533

Browse files
committed
docs: update number of methods recommended
1 parent 8c8d85a commit 4510533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Vue.js is built by design to be incrementally adoptable. This means that it can be integrated into a project multiple ways depending on the requirements.
44

5-
There are two primary ways of adding Vue.js to a project:
5+
There are three primary ways of adding Vue.js to a project:
66

77
1. Import it as a [CDN package](#cdn) on the page
88
2. Install it using [npm](#npm)
@@ -73,7 +73,7 @@ vue upgrade --next
7373

7474
Vue projects can quickly be set up with Vite by running the following commands in your terminal.
7575

76-
With NPM:
76+
With npm:
7777

7878
```bash
7979
$ npm init vite-app <project-name>
@@ -93,7 +93,7 @@ $ yarn dev
9393

9494
## Explanation of Different Builds
9595

96-
In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/[email protected]/dist/) you will find many different builds of Vue.js. Here is an overview of which `dist` file should be used depending on the use-case.
96+
In the [`dist/` directory of the npm package](https://cdn.jsdelivr.net/npm/[email protected]/dist/) you will find many different builds of Vue.js. Here is an overview of which `dist` file should be used depending on the use-case.
9797

9898
### From CDN or without a Bundler
9999

0 commit comments

Comments
 (0)