From b1a8ce3a097604c6a992de246094d09020bb94a3 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Sat, 27 Jan 2018 10:35:12 -0800 Subject: [PATCH] ext/userfunc: update stale references to "zcl" --- ext/userfunc/README.md | 8 ++++---- 1 file 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).