Skip to content

Commit 2201513

Browse files
committed
Update readme
1 parent 296a24b commit 2201513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
122122
Additionally 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

0 commit comments

Comments
 (0)