Skip to content

Commit 41bd5f5

Browse files
committed
updated readme
1 parent d109a36 commit 41bd5f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,15 @@ FROM imagename:imagetag # no-dfiu
219219
### PR throttling
220220

221221
In case you want to throttle the number of PRs cut by DFIU over a period of time,
222-
set --rate-limit-pr-creations with appropriate value. More example below
222+
set --rate-limit-pr-creations with appropriate value.
223223

224224
##### Default case:
225225

226226
By default, this feature is disabled. This will be enabled when argument ``--rate-limit-pr-creations`` will be passed
227-
with
228-
appropriate value.
227+
with appropriate value.
229228

230229
```
231-
example usage: dockerfile-image-update all image-tag-store-repo-falcon //disabled
230+
example: dockerfile-image-update all image-tag-store-repo-falcon //throttling will be disabled by default
232231
```
233232

234233
##### Configuring the rate limit:

0 commit comments

Comments
 (0)