Skip to content

Commit 127485d

Browse files
authored
Revise intro message
Updated README to clarify Convgen's features and benefits.
1 parent e03ad5b commit 127485d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
<a href="https://pkg.go.dev/github.com/sublee/convgen"><img src="https://pkg.go.dev/badge/github.com/sublee/convgen.svg" alt="Go Reference"></a>
1515
</p>
1616

17-
Convgen generates **type-to-type conversion code** for Go with **type-safe
18-
configuration** and **detailed diagnostics**.
17+
Convgen generates type-to-type conversion code for Go automatically. It's
18+
**type-safe**, **refactorable**, and designed to detect every mismatch with
19+
**detailed diagnostics**.
1920

2021
```go
2122
// source:

0 commit comments

Comments
 (0)