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 21, 2023
1 parent c1a7b0a commit 6b8eee8
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 @@ -46,8 +46,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 { test, build } from "https://pkg.fluentci.io/bazel_pipeline@v0.2.0/mod.ts";
import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts";
import { test, build } from "https://pkg.fluentci.io/bazel_pipeline@v0.2.1/mod.ts";

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

0 comments on commit 6b8eee8

Please sign in to comment.