Skip to content

Commit f94928b

Browse files
committed
Fix install command in README.md
1 parent 91cb6e7 commit f94928b

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
@@ -9,7 +9,7 @@ This is a Go HTML template formatter (we may add other formats in the future). T
99

1010
* We focus on getting the overall structure right, and not on formatting details (which is often highly subjective).
1111
* We use ... tabs and not spaces for indentation.
12-
* `define` blocks don't trigger indentation.
12+
* `define` blocks don't trigger indentation. See [this issue](https://github.com/gohugoio/gotmplfmt/issues/1) for some discussion.
1313
* We don't auto-add trailing newlines to the document; see [this issue](https://github.com/prettier/prettier/issues/13036) for some context.
1414
* We don't read `.prettierignore`.
1515
* But we do support `{{/* gotmplfmt-ignore-all */}}`, `{{/* gotmplfmt-ignore-start */}}` and `{{/* gotmplfmt-ignore-end */}}`.
@@ -21,7 +21,7 @@ This is a Go HTML template formatter (we may add other formats in the future). T
2121
To use this as a CLI tool, you can run:
2222

2323
```
24-
go install github.com/hexon/gotmplfmt/cmd/gotmplfmt@latest
24+
go install github.com/gohugoio/gotmplfmt@latest
2525
```
2626

2727
For the VS Code extension, see [here](vscode/README.md)

0 commit comments

Comments
 (0)