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 23, 2023
1 parent e04af2c commit 6257599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can also use this pipeline programmatically:

```ts
import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts";
import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.0/mod.ts";
import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.1/mod.ts";

function pipeline(src = ".") {
connect(async (client: Client) => {
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Client, { connect } from "https://sdk.fluentci.io/v0.1.9/mod.ts";
import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.0/mod.ts";
import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.1.1/mod.ts";

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

0 comments on commit 6257599

Please sign in to comment.