From ff721e886150e11e7221dc047787af4adf8376bd Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 4 Aug 2024 05:22:31 +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 1be4f45..3560d88 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ use fluentci_pdk::dag; // ... -dag().call("https://pkg.fluentci.io/mina@v0.1.0?wasm=1", "install", vec![])?; +dag().call("https://pkg.fluentci.io/mina@v0.1.1?wasm=1", "install", vec![])?; ``` ## 📚 Examples