Skip to content

Commit

Permalink
doc: Correct wireviz command in example
Browse files Browse the repository at this point in the history
  • Loading branch information
taichimaeda committed Sep 19, 2023
1 parent 67f8a4d commit 043808c
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 @@ -22,12 +22,12 @@ and ensuring that `$GOPATH/bin` is added to your `$PATH`.
## Usage

```shell
wireviz github.com/google/path/to/package initializeApplication
wireviz graph github.com/google/path/to/package initializeApplication
```

or

```shell
cd /path/to/package
wireviz . initializeApplication
wireviz graph . initializeApplication
```

0 comments on commit 043808c

Please sign in to comment.