Skip to content

Commit b80b53a

Browse files
authored
docs: Update README.md
1 parent 0b41066 commit b80b53a

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
@@ -19,7 +19,7 @@ To use this action in your workflow, add the following step:
1919
uses: Robitx/snippet-permalink-updater-action@v1
2020
with:
2121
snippet_file: 'path/to/your/source/file.ext'
22-
start_marker: '-- README_REFERENCE_MARKER_START'
23-
end_marker: '-- README_REFERENCE_MARKER_END'
22+
start_marker: 'README_REFERENCE_MARKER_START'
23+
end_marker: 'README_REFERENCE_MARKER_END'
2424
markdown_file: 'README.md'
2525
replace_marker: '<!-- README_REFERENCE_MARKER_REPLACE_NEXT_LINE -->'

0 commit comments

Comments
 (0)