Skip to content

Commit 0646ca7

Browse files
authored
update wording
1 parent 8c041a3 commit 0646ca7

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
@@ -269,7 +269,7 @@ GitHub Actions will trigger a build off of your repo when you commit. The image
269269

270270
* Fork this repo, checkout the `template` branch.
271271
* Edit the `Dockerfile` for the mod. `Dockerfile.complex` is only an example and included for reference; it should be deleted when done.
272-
* Ensure you set the maintainer line to your GitHub username, this allows us to @ you if there are breaking changes that affect or will affect your mod in the future.
272+
* Ensure you set the `maintainer` label to your GitHub username, this allows us to @ you if there are breaking changes that affect or will affect your mod in the future.
273273
* Inspect the `root` folder contents. Edit, add and remove as necessary.
274274
* After all init scripts and services are created, run `find ./ -path "./.git" -prune -o ( -name "run" -o -name "finish" -o -name "check" ) -not -perm -u=x,g=x,o=x -print -exec chmod +x {} +` to fix permissions.
275275
* Edit the readme with pertinent info.

0 commit comments

Comments
 (0)