Skip to content

Commit

Permalink
fix: missing README.md mention
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Dec 29, 2022
1 parent 0d686ea commit 97b16e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mv README_TEMPLATE.md README.md
:vimgrep /your-plugin-name/ **/* .github/**
:cfdo %s/your-plugin-name/my-awesome-plugin/g | update
:vimgrep /YOUR_GITHUB_NAME/ .chglog/** .github/**
:vimgrep /YOUR_GITHUB_NAME/ .chglog/** .github/** **/*.md
:cfdo %s/YOUR_GITHUB_NAME/shortcuts/g | update
:vimgrep /YOUR_REPOSITORY_NAME/ .chglog/** **/*.md
Expand Down

0 comments on commit 97b16e0

Please sign in to comment.