Skip to content

Commit

Permalink
consistent binary in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedesaxe committed Jul 19, 2024
1 parent 545edaf commit dfdbf01
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 @@ -63,7 +63,7 @@ After building the binary, you can use it to sort your CSS files. For example:
./bin/templ-css-sort-amd64 --file path/to/your/templates/folder/pages.templ

# sort from stdin
echo 'class="b a c"' | ./bin/templ-css-sort-darwin --stdin
echo 'class="b a c"' | ./bin/templ-css-sort-amd64 --stdin
```

Replace `templ-css-sort-amd64` with the appropriate binary for your operating system.
Expand Down

0 comments on commit dfdbf01

Please sign in to comment.