Skip to content

Commit 7475485

Browse files
committed
tweak readme
1 parent ab81a6a commit 7475485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cypress-vue-unit-test
22

3-
> A little helper to unit test Vue components in the Cypress.io E2E test runner
3+
> A little helper to unit test Vue components in the open source [Cypress.io](https://www.cypress.io/) E2E test runner
44
55
[![NPM][npm-icon] ][npm-url]
66

@@ -11,7 +11,7 @@
1111

1212
## TLDR
1313

14-
* What is this? This package allows you to use Cypress test runner to unit test your Vue components with zero effort.
14+
* What is this? This package allows you to use [Cypress](https://www.cypress.io/) test runner to unit test your Vue components with zero effort.
1515

1616
* How is this different from [vue-test-utils](https://vue-test-utils.vuejs.org/en/)? It is similar in functionality BUT runs the component in the real browser with full power of Cypress E2E test runner: [live GUI, full API, screen recording, CI support, cross-platform](https://www.cypress.io/features/).
1717

@@ -20,7 +20,7 @@
2020
Requires [Node](https://nodejs.org/en/) version 6 or above.
2121

2222
```sh
23-
npm install --save-dev cypress-vue-unit-test
23+
npm install --save-dev cypress cypress-vue-unit-test
2424
```
2525

2626
## Use

0 commit comments

Comments
 (0)