devise-tailwindcssed
devise-tailwindcssed copied to clipboard
Fix typo in installation commands
Fix typo in installation commands
Checklist
- [x] I have read this repository's contribution guidelines.
- [x] My pull request has a descriptive title (not a vague title like Update index.MD)
- [x] My pull request targets the master branch of this project.
- [x] I added relevant documentation for all the files I changed
Summary
I removed the $ in the installation commands as it is not necessary when copying the command (the terminal already has it) and will throw an error if pasted in the terminal with it. I always have to remove it whenever I'm copying it here.
What changes have been made?
- [x] Change
$ bundletobundle - [x] Change
$ gem install devise-tailwindcssedtogem install devise-tailwindcssed
Author
- @didierganthier