diff --git a/website/docs/go-library/index.md b/website/docs/go-library/index.md index cc2c8d82..ab611ae7 100644 --- a/website/docs/go-library/index.md +++ b/website/docs/go-library/index.md @@ -69,7 +69,7 @@ func main() { Policies: policies, } - // create a J + // create a new json engine engine := jsonengine.New() responses := engine.Run(context.Background(), request)