File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You’ve come to the right place!
3333
3434<!-- start docs -->
3535
36- Feel free to [ open a PR ] ( https://github.com/hynek/hatch-fancy-pypi-readme/edit/main/README.md ) to add * your* ✨fancy✨ project!
36+ Please [ open a pull request ] ( https://github.com/hynek/hatch-fancy-pypi-readme/edit/main/README.md ) to add * your* ✨fancy✨ project!
3737
3838
3939## Motivation
@@ -122,7 +122,7 @@ path = "AUTHORS.md"
122122Additionally it’s possible to cut away parts of the file before appending it:
123123
124124- ** ` start-after ` ** cuts away everything * before and including* the string specified.
125- - ** ` start-at ` ** cuts away everything before the string specified – the string itself is preserved.
125+ - ** ` start-at ` ** cuts away everything before the string specified too, but the string itself is * preserved* .
126126 This is useful when you want to start at a heading without adding a marker * before* it.
127127
128128 ` start-after ` and ` start-at ` are mutually exclusive.
@@ -174,7 +174,7 @@ to your readme.
174174> - The order of the options in a fragment block does * not* matter.
175175> They’re always executed in the same order:
176176>
177- > 1 . ` start-after `
177+ > 1 . ` start-after ` / ` start-at `
178178> 2 . ` end-before `
179179> 3 . ` pattern `
180180
You can’t perform that action at this time.
0 commit comments