-
Notifications
You must be signed in to change notification settings - Fork 54
docs: Added example file, updated .gitignore and README. #41
Conversation
README.md
Outdated
@@ -96,6 +96,8 @@ echo "sendgrid.env" >> .gitignore | |||
source ./sendgrid.env | |||
``` | |||
|
|||
You cand use the ```.env_example``` file located at "examples" folder. Just copy it to a ```.env``` folder ou can put on your project's root. |
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.
Can you please change:
You cand use the
.env_example
file located at "examples" folder. Just copy it to a.env
folder ou can put on your project's root.
To this:
You can copy the
.env_example
file located in the "examples" folder to.env
in your project's root.
cp examples/.env_sample .env
Then add your API Key into the file
@dhsrocha can you please sign the CLA? We can't merge your code without it. |
I just noticed you have signed in another repo - I know it's a bit redundant., and I am sorry for the trouble, our legal team has asked that people sign at each repo. |
@dhsrocha Our agenda would be: Explore what you liked and is there anything we can do to improve? You can grab a time on my calendar that works for you and we can have a chat on Google Hangout or Skype. If you prefer, you can email me using my GitHub username at my company’s domain. Thank you so much, Matt Bernier - @mbernier - SendGrid Developer Experience Product Manager |
Commit for attending #36