diff --git a/README.md b/README.md index 091c3e7..f4bb238 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -WARNING: Things have changed considerably since version 0.5.1. Keep reading if you're unsure how this affects you. - gist.el -- Emacs integration for gist.github.com ================================================ Uses your local GitHub config if it can find it. -Go to your [GitHub Settings](https://github.com/settings/tokens) and generate a personal access token with `gist` scope +Go to your [GitHub Settings](https://github.com/settings/tokens) and generate +a personal access token with at least `gist` scope. If you indent to use more +of the underlying `gh.el` library, it's recommended you also add the `user` and +`repo` scopes. Next run: @@ -17,7 +18,36 @@ git config --global github.oauth-token -;; Version: 1.3.2 -;; Package-Requires: ((emacs "24.1") (gh "0.9.2")) +;; Version: 1.4.0 +;; Package-Requires: ((emacs "24.1") (gh "0.10.0")) ;; Keywords: tools ;; Homepage: https://github.com/defunkt/gist.el