Skip to content

Commit

Permalink
Finish trailing thought in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwizeshift committed Jun 16, 2024
1 parent 7930d3b commit bc63e1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
This is a GitHub Repository Template for Go projects in the Friendly FHIR org!

Make sure to follow this handy guide when using this as a template for new
projects. Most of this has been done
projects. Most of this has been done for you, but there are a few things you
should update when starting a new project.

[gitter-channel]: https://matrix.to/#/#go-template:gitter.im
[docs]: https://friendly-fhir.github.io/go-template/
Expand All @@ -18,9 +19,10 @@ projects. Most of this has been done

## Steps

* [ ] Update the `README.md` file with the correct project name and description
* [ ] Update the `go.mod` file with the correct module name
* [ ] Replace `main.go` with your project's main file or library entry point
* [ ] Replace `go-template` with your repository's name in links
* [ ] Replace references to `go-template` with your project name in `docs/` and
`mkdocs.yaml`
* [ ] Update the `README.md` file with the correct project name and description,
and remove these docs.

0 comments on commit bc63e1f

Please sign in to comment.