diff --git a/README.md b/README.md index 15e1b2a..d543f1e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,36 @@ -# undent +

+ undent +

+

+ + Go package which removes leading indentation/white-space from multi-line + strings and byte slices. + +

-Go package which removes leading indentation/white-space from multi-line strings -and byte slices. +

+ + Go Reference + + + Actions Status + + + Coverage + + + + + + GitHub pull requests + + + License Status + +

```go s := undent.String(` @@ -18,3 +46,12 @@ fmt.Println(s) "hello": "world" } ``` + +## Documentation + +Please see the [Go Reference](https://pkg.go.dev/github.com/jimeh/undent) for +documentation and examples. + +## License + +[MIT](https://github.com/jimeh/undent/blob/master/LICENSE)