-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README Improvements: Added sh
to npm commands
#386
Conversation
I added bash after the three ` so it can match the style of the rest of the commands in the README files.
bash
to npm commandssh
to npm commands
@@ -0,0 +1,62 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to pull this into 10.4.0. Can you remove this file (primer-cards was deleted) and update for any new modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do @jonrohan! Thank you for the heads up!
``` | ||
$ npm install --save primer | ||
>>>>>>> master:modules/primer/README.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's a merge conflict here
I checked and I saw that the snippets regarding
npm
andterminal
in the README files of the modules didn't havesh
specified likeHTML
code snippets do.I added the word bash after the three ` so it can match the style of the rest of the commands in the README files of the modules. This way the files can be consistent in terms of style. Let me know what you think :)
/cc @primer/ds-core