From f2535aa58d3e114212c4b5a8899fa5667b77abf9 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 17 Jun 2024 07:36:33 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 137ab61..31183d6 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ validate( You can also use this pipeline programmatically: ```ts -import { validate, apply } from "@fluentci/terragrunt"; +import { validate, apply } from "jsr:@fluentci/terragrunt"; await validate("."); await apply(".");