Skip to content

Commit 5ff6b91

Browse files
committed
1 parent cc2b6dd commit 5ff6b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Qlty Typescript NextJs Coverage Example
1+
# Qlty TypeScript (Next.js) Coverage Example
22

33
[Qlty](https://example.com) is a Code Health Platform with support for code coverage.
44

5-
This repository is an example using Qlty to track code coverage for a Typescript NextJs project. Coverage data is generated during test suite run and then uploaded to Qlty.
5+
This repository is an example using Qlty to track code coverage for a TypeScript Next.js project. Coverage data is generated during test suite run and then uploaded to Qlty.
66

7-
This repository uses [vitest](https://vitest.dev/) for testing and generating coverage report.
7+
This repository uses [Vitest](https://vitest.dev/) for testing and generating coverage report.
88

99
## Requirements
1010

1111
- Node 18 or above
12-
- [NextJs](https://nextjs.org/)
12+
- [Next.js](https://nextjs.org/)
1313
- [Vitest](https://vitest.dev/)
1414
- Run tests with `npm test`
1515
- An account on Qlty (free for open source)

0 commit comments

Comments
 (0)