Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 5, 2024
1 parent bfbeebb commit e76dd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ of commands that we typically run to generate package artifacts (like migrations
javascript). The deploy routine will be a collection of commands we typically run when deploying
the site for the first time on a new server or when we deploy version updates on the server.

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

```python
from django_routines import RoutineCommand, command, routine
Expand Down

0 comments on commit e76dd36

Please sign in to comment.