Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazagoni committed Dec 23, 2024
1 parent 95cf7e8 commit 9463996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-for-developers/cli-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ all examples will work.

## Setting a server

By default, the CLI will all out to our primary platform at
By default, the CLI will point to our primary platform at
https://app.openfn.org.

If you're running from open source or using a different deployment, you'll also
Expand Down Expand Up @@ -129,7 +129,7 @@ you want to get all items, you have to escape it or quote it:
openfn collections get my-collection \*
```

Including \* in a pattern string should still work:
Including `*` in a pattern string should still work:

```
openfn collections get my-collection 2024*
Expand Down

0 comments on commit 9463996

Please sign in to comment.