diff --git a/README.md b/README.md index 5ec3b5d..421f076 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can also use this pipeline programmatically: ```ts import { Client, connect } from "https://esm.sh/@dagger.io/dagger@0.8.1"; -import { Dagger } from "https://deno.land/x/swift_pipeline/mod.ts"; +import { Dagger } from "https://cdn.jsdelivr.net/gh/fluent-ci-templates/swift-pipeline/mod.ts"; const { test, build } = Dagger;