Skip to content

Commit 93b05ef

Browse files
authored
Update README.md (#1659)
fixed a typo for "Testing Locally" readme
1 parent 7f74a2d commit 93b05ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ cd kafka-tutorials
309309
If you have `pip3` installed locally:
310310

311311
```bash
312-
(cd /harness_runner/ && pip3 install -e .)
312+
(cd harness_runner/ && pip3 install -e .)
313313
```
314314

315315
If you don't have `pip3` installed locally, create a `Dockerfile` with the following content:

0 commit comments

Comments
 (0)