nerdishbynature / octokit.swift

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

Use label 'name' in sample calls to user() in README.md #118

Closed dato closed 3 years ago

dato commented 3 years ago

The prototype of the function is user(_:name:completion), hence the 'name' parameter must be given a label.

pietbrauer commented 3 years ago

Thanks a lot!