docs(readme): flesh out readme

This commit is contained in:
2024-03-25 03:02:53 +00:00
parent 9b894eaeca
commit 83bcf99f47
2 changed files with 84 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// Package render provides a simple and flexible way to render a value to a
// Package render provides a simple and flexible solutio to render a value to a
// io.Writer using different formats based on a format string argument.
//
// It is designed around using a custom type/struct to render your output.