Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 19, 2023
1 parent cb0527f commit 2367bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ fluentci
```graphql

run(
bunVersion: String!,
bunVersion: String,
command: String!,
src: String!
src: String
): String

test(bunVersion: String!, src: String!): String
test(bunVersion: String, src: String): String
```

## Programmatic usage
Expand Down

0 comments on commit 2367bee

Please sign in to comment.