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(".");