summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Atkins <mart@degeneration.co.uk>2019-11-14 08:52:37 -0800
committerGitHub <noreply@github.com>2019-11-14 08:52:37 -0800
commit56bc00a23cff6403a4e7dcabc26414e02de904b7 (patch)
tree1802946f5be318e76e1569fa4a016dcbba135f7e
parent63cdbee39ce74d2302fb131941800bf0334be962 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 571f134..3d0d509 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,8 @@ func main() {
```
A lower-level API is available for applications that need more control over
-the parsing, decoding, and evaluation of configuration.
+the parsing, decoding, and evaluation of configuration. For more information,
+see [the package documentation](https://pkg.go.dev/github.com/hashicorp/hcl/v2).
## Why?