Skip to content

Commit 9c754a3

Browse files
committed
Corrected linting errors
1 parent ad33c93 commit 9c754a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git remote add origin git@github.com:SeisoLLC/$(basename $(pwd)).git
2929
git push origin $(git branch --show-current) --follow-tags
3030
```
3131

32-
After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding docker hub
32+
After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding Docker Hub
3333
secrets, etc.
3434

3535
This can be done via Infrastructure as Code (IaC) or manually, but ostensibly at this point your repository is aligned with your organizational practices. If
@@ -69,7 +69,7 @@ Currently this project only supports projects hosted on GitHub.
6969

7070
## FAQs
7171

72-
Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my docker container?<br />
72+
Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my Docker container?<br />
7373
A: You customized the `project_slug` when answering the `cookiecutter` questions and included a capital letter. Don't do that!
7474

7575
Q: What does `SemVer-ish` mean?<br />

0 commit comments

Comments
 (0)