Skip to content

Commit 312f2ab

Browse files
authored
docs: Update README.md
1 parent 1ed6441 commit 312f2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ vimdoc.
3131
- uses: actions/checkout@v2
3232
- uses: kdheepak/panvimdoc@main
3333
with:
34-
vimdoc: ${VIMDOC_PROJECT_NAME}
34+
vimdoc: __VIMDOC_PROJECT_NAME_HERE__
3535
- uses: stefanzweifel/git-auto-commit-action@v4
3636
with:
3737
commit_message: "Auto generate docs"
3838
branch: ${{ github.head_ref }}
3939
```
4040
41-
3. `README.md` gets converted to `./doc/${VIMDOC_PROJECT_NAME}.txt` and committed to the repo.
41+
3. `README.md` gets converted to `./doc/__VIMDOC_PROJECT_NAME_HERE__.txt` and committed to the repo.
4242

4343
# Usage
4444

0 commit comments

Comments
 (0)