Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw authored Oct 1, 2024
1 parent 07d877c commit 70741b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ ote --help
```bash
examples:

ote . # update go.mod in the current directory
ote . # update go.mod in the current directory

ote -f /tmp/someDir # update go.mod in the /tmp/someDir directory
ote -f /tmp/someDir # update go.mod in the /tmp/someDir directory

ote -r # write to stdout instead of updating the go.mod in the current directory
ote -r # write to stdout instead of updating the go.mod in the current directory

ote -f /tmp/someDir -r # write to stdout instead of updating go.mod file in the /tmp/someDir directory.
ote -f /tmp/someDir -r # write to stdout instead of updating go.mod file in the /tmp/someDir directory
```

If your application has a `go.mod` file like the following;
Expand Down

0 comments on commit 70741b7

Please sign in to comment.