Skip to content

Commit f55504b

Browse files
committed
Merge pull request #134 from codingisacopingstrategy/patch-1
typo in README; Git → Gist
2 parents a16d2f3 + 801ff48 commit f55504b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ gist.read(function(err, gist) {
232232
});
233233
```
234234

235-
Updating the contents of a Git. Please consult the documentation on [GitHub](http://developer.github.com/v3/gists/).
235+
Updating the contents of a Gist. Please consult the documentation on [GitHub](http://developer.github.com/v3/gists/).
236236

237237
```js
238238
var delta = {

0 commit comments

Comments
 (0)