Skip to content

Commit 4b6f86b

Browse files
committed
Fix Typos in README
1 parent e6a9a41 commit 4b6f86b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A PHP CLI to update a CHANGELOG following the ["Keep a Changelog"](https://keepa
99
[![Total Downloads](https://img.shields.io/packagist/dt/wnx/changelog-updater.svg?style=flat-square)](https://packagist.org/packages/wnx/changelog-updater)
1010

1111

12-
Want to automate the process of updating your Changelog withs GitHub Actions? Checkout the [stefanzweifel/changelog-updater-action](https://github.com/stefanzweifel/changelog-updater-action) which does exactly that.
12+
Want to automate the process of updating your Changelog with GitHub Actions? Checkout the [stefanzweifel/changelog-updater-action](https://github.com/stefanzweifel/changelog-updater-action) which does exactly that.
1313

1414
## Installation
1515

@@ -52,7 +52,7 @@ The CLI also looks for a second level heading with the name of the previous vers
5252
Here is an example Markdown file, that will work fine with the CLI.
5353

5454

55-
```md
55+
```
5656
# Changelog
5757
All notable changes to this project will be documented in this file.
5858
@@ -69,15 +69,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6969
- Initial Release
7070
```
7171

72-
The content between the "Unreleased"-heading the the latest version will remain untouched by the CLI.
72+
The content between the "Unreleased"-heading and the latest version will remain untouched by the CLI.
7373

7474
### CLI Options
7575

7676
### `--release-notes`
7777
**Required**. The release notes you want to add to your CHANGELOG. Should be markdown.
7878

7979
### `--latest-version`
80-
**Required**. Semantic version number of the latest release. The value will be used as the heading text and as a parameter in the compare URL.
80+
**Required**. Version number of the latest release. The value will be used as the heading text and as a parameter in the compare URL.
8181

8282
Example: `v1.0.0`
8383

0 commit comments

Comments
 (0)