nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Make examples in README.md consistent #105

Closed MaxDesiatov closed 4 years ago

MaxDesiatov commented 4 years ago

session is not declared in these examples and task result is not used. Also, these were not used consistently in all examples. In my opinion it would make more sense to clean those up, so that a beginner is not distracted from them, especially as session is an optional argument and task can be discarded.