diff --git a/README.md b/README.md index 0864967..7d457b3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ curl https://news.ycombinator.com/ span > a .sitebit a ``` -2. Run `go run https://github.com/bjesus/pipet/ myfile.pipet` +2. Run `go run github.com/bjesus/pipet/cmd/pipet@latest myfile.pipet` 3. See all of the latest hacker news in your terminal! Want it as JSON? Run `go run https://github.com/bjesus/pipet/ --json myfile.pipet`! Want to template it? See more below.