Skip to content

Commit

Permalink
fix: Fix typo in am instrumtent command (#82)
Browse files Browse the repository at this point in the history
There was a typo in the *QUICKEST WAY* instructions. The command should be `am instrument`, not `am instrumtent`.
  • Loading branch information
k-yang authored Nov 24, 2023
1 parent 6ffa46c commit d79a1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ compatibility comes out of the box).
#### 3a. The QUICKEST way

If you have [`am`](https://github.com/autometrics-dev/am) installed in version `0.6.0` or later, you can
use `am instrumtent single -e /vendor/ -l go .` to instrument everything (excluding a possible `/vendor` subdirectory)
use `am instrument single -e /vendor/ -l go .` to instrument everything (excluding a possible `/vendor` subdirectory)

#### 3b. The VERY quick way

Expand Down

0 comments on commit d79a1eb

Please sign in to comment.