summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMartin Atkins <mart@degeneration.co.uk>2018-01-27 10:35:12 -0800
committerMartin Atkins <mart@degeneration.co.uk>2018-01-27 11:03:05 -0800
commitb1a8ce3a097604c6a992de246094d09020bb94a3 (patch)
treeb70ef1f70b3c1b74edf68030fd016335656c9212 /ext
parent19d9927d4b94b8158f012bce0454701617fbaba5 (diff)
ext/userfunc: update stale references to "zcl"
Diffstat (limited to 'ext')
-rw-r--r--ext/userfunc/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/userfunc/README.md b/ext/userfunc/README.md
index c9e353e..033b36c 100644
--- a/ext/userfunc/README.md
+++ b/ext/userfunc/README.md
@@ -1,11 +1,11 @@
-# zcl User Functions Extension
+# HCL User Functions Extension
-This zcl extension allows a calling application to support user-defined
+This HCL extension allows a calling application to support user-defined
functions.
Functions are defined via a specific block type, like this:
-```zcl
+```hcl
function "add" {
params = ["a", "b"]
result = a + b
@@ -19,4 +19,4 @@ inclusion in a `hcl.EvalContext`. It also returns a new `cty.Body` that
contains the remainder of the content from the given body, allowing for
further processing of remaining content.
-For more information, see [the godoc reference](http://godoc.org/github.com/zclconf/go-zcl/ext/userfunc).
+For more information, see [the godoc reference](http://godoc.org/github.com/hashicorp/hcl2/ext/userfunc).