coderaiser / minify

Minifier of js, css, html and img
https://coderaiser.github.io/minify
MIT License
225 stars 29 forks source link

^D in readme #53

Closed DanielRuf closed 4 years ago

DanielRuf commented 4 years ago

Why is there a ^D in the readme?

coderaiser commented 4 years ago

^D is for quit from cat > 1.js command :)

DanielRuf commented 4 years ago

Ok but isn't this very system specific (Linux, macOS)? Generally the steps should be "create file x", "run command y".

This looks more like a Linux based readme with the shell sign, the exit command and so on. This might be confusing to others too.

coderaiser commented 4 years ago

This is a great idea for a Pull Request with improvements :)

coderaiser commented 4 years ago

Fixed with https://github.com/coderaiser/minify/pull/54 :)