Skip to content

Commit 58215a0

Browse files
committed
Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4
2 parents 1e696ea + 659cfd6 commit 58215a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
- Fix command text in template README file ([#221](221-generated-readme-file-has-wrong-commands))
910

1011
## [1.3.5] - 2023-03-30
1112
### Fixed

templates/template-readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ _Created using [advent-of-code-runner](https://github.com/beakerandjake/advent-o
77
## Usage
88
See [advent-of-code-runner](https://github.com/beakerandjake/advent-of-code-runner) for more information.
99

10-
### `npm start solve [day] [level]`
10+
### `npm run solve [day] [level]`
1111
Solve the specified puzzle and output the answer.
1212

13-
### `npm start submit [day] [level]`
13+
### `npm run submit [day] [level]`
1414
Submit the answer for the specified puzzle to advent of code.
1515

16-
### `npm start stats`
16+
### `npm run stats`
1717
Output a table to the terminal showing the current completion progress.
1818

1919
<!--Please do not delete the following comments, they are required to save your stats to this file.-->

0 commit comments

Comments
 (0)