Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Sep 20, 2023
1 parent ee206be commit 1b63ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dagger run fluentci .
You can also use this pipeline programmatically:

```ts
import Client, { connect } from "https://sdk.fluentci.io/v0.1.7/mod.ts";
import { preview, up } from "https://pkg.fluentci.io/[email protected].0/mod.ts";
import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts";
import { preview, up } from "https://pkg.fluentci.io/[email protected].1/mod.ts";

function pipeline(src = ".") {
connect(async (client: Client) => {
Expand Down

0 comments on commit 1b63ef4

Please sign in to comment.