Skip to content

Commit

Permalink
ext/userfunc: update stale references to "zcl"
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 27, 2018
1 parent 19d9927 commit b1a8ce3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/userfunc/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:https://godoc.org/github.com/zclconf/go-zcl/ext/userfunc).
For more information, see [the godoc reference](http:https://godoc.org/github.com/hashicorp/hcl2/ext/userfunc).

0 comments on commit b1a8ce3

Please sign in to comment.