Skip to content

Commit 1949860

Browse files
committed
docs: update text
1 parent 92be1b7 commit 1949860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## adventofcode
22

3-
Solutions to event puzzles for [Advent of Code](https://adventofcode.com/).
3+
Solutions for [Advent of Code](https://adventofcode.com/) event puzzles.
44

55
### Requirements
66

@@ -39,7 +39,7 @@ Solutions to event puzzles for [Advent of Code](https://adventofcode.com/).
3939

4040
### `npm run dev`
4141

42-
Runs `vitest` in watch mode, watching file changes and errors to files linked with a `*.test.ts` file.
42+
Runs `vitest` in watch mode, watching file changes and errors to files linked with `*.test.ts` files.
4343

4444
### `npm run dev:debug`
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adventofcode",
33
"version": "1.0.0",
4-
"description": "Solutions to event puzzles for Advent of Code https://adventofcode.com/",
4+
"description": "Solutions for Advent of Code https://adventofcode.com/ event puzzles",
55
"main": "dist/index.js",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)