The example on the README for creating a gist has an error. It should have `files["file1.txt"].content` not `contents`, as per the [Create a gist](https://developer.github.com/v3/gists/#create-a-gist) section of the API.
The example on the README for creating a gist has an error.
It should have
files["file1.txt"].contentnotcontents, as per the Create a gist section of the API.