Skip to content

Commit e76dd36

Browse files
committed
readme update
1 parent bfbeebb commit e76dd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ of commands that we typically run to generate package artifacts (like migrations
2525
javascript). The deploy routine will be a collection of commands we typically run when deploying
2626
the site for the first time on a new server or when we deploy version updates on the server.
2727

28-
**Routines commands are run in the order they are registered, or by priority.**
28+
**Routines commands are run in the order they are registered, or by [priority](#priorities).**
2929

3030
```python
3131
from django_routines import RoutineCommand, command, routine

0 commit comments

Comments
 (0)