Skip to content

Commit 5d7633e

Browse files
committed
fix: formatting
1 parent da65065 commit 5d7633e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/readme/readme.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ func WithLicense(name, path string) doyoucompute.OptionBuilder[ReadmeProps] {
6565
return func(p *ReadmeProps) (doyoucompute.Finalizer[ReadmeProps], error) {
6666
section, _ := doyoucompute.SectionFactory("License", func(s *doyoucompute.Section) error {
6767
s.WriteIntro().
68-
Text(fmt.Sprintf("%s license", name)).
69-
Text("See").
68+
Text(fmt.Sprintf("%s License -", name)).
69+
Text("see").
7070
Link("LICENSE", path).
7171
Text("for details.")
7272

0 commit comments

Comments
 (0)