From d79a1ebf423796d7b7d5f18da65f2a074feb25ee Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:24:35 -0500 Subject: [PATCH] fix: Fix typo in `am instrumtent` command (#82) There was a typo in the *QUICKEST WAY* instructions. The command should be `am instrument`, not `am instrumtent`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0bc40c..56d44a6 100644 --- a/README.md +++ b/README.md @@ -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