Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jul 19, 2024
1 parent 2958b12 commit ce9f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Append unique hashes to assets referenced in your views to aggressively cache th
Running the following command will scan asset files found in the `roots` path(s) and replace their references with hashed versions in the `refs` path(s):

```sh
npx ghtml --roots="path/to/scan/assets1/,path/to/scan/assets2/" --refs="views/path/to/append/hashes1/,views/path/to/append/hashes2/"
npx ghtml --roots="path/to/scan/assets/1/,path/to/scan/assets/2/" --refs="views/path/to/append/hashes/1/,views/path/to/append/hashes/2/"
```

## Example (Fastify)
Expand Down

0 comments on commit ce9f811

Please sign in to comment.