Skip to content

Commit 8c3e62a

Browse files
authored
Merge pull request #41 from grahamplata/fix-indent
Fix indent in README.md
2 parents 0229647 + fc26507 commit 8c3e62a

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
@@ -63,7 +63,7 @@ func main() {
6363
// and template extension using <engine>.New(dir, ext string)
6464
engine := html.New("./views", ".html")
6565

66-
// We also support the http.FileSystem interface
66+
// We also support the http.FileSystem interface
6767
// See examples below to load templates from embedded files
6868
engine := html.NewFileSystem(http.Dir("./views"), ".html")
6969

0 commit comments

Comments
 (0)