From dc04de3720cf6f64fbbb0a4ef3716ab90b98a6bd Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 2 Apr 2016 07:29:38 -0700 Subject: [PATCH] Update Auth.elm deletion explanation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e28ba34..fd10441 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ token = "abcdef1234567890abcdef1234567890abcdef12" ``` -*Note:* Auth.elm is in `.gitignore` to avoid accidentally checking in an API -secret. To be safe, you should [delete this token](https://github.com/settings/tokens) when the workshop is over. +**Note:** Even for a token that has no permissions, good security habits are +still important! `Auth.elm` is in `.gitignore` to avoid accidentally checking in +an API secret, and you should [delete this token](https://github.com/settings/tokens) when the workshop is over. ## Start with Part 1