devise-tailwindcssed icon indicating copy to clipboard operation
devise-tailwindcssed copied to clipboard

Fix typo in installation commands

Open didierganthier opened this issue 3 years ago • 0 comments

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 $ bundle to bundle
  • [x] Change $ gem install devise-tailwindcssed to gem install devise-tailwindcssed

Author

  • @didierganthier

didierganthier avatar Feb 14 '23 11:02 didierganthier