mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
IRepositoryContentsClient and RepositoryContentsClient fixes
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Octokit
|
||||
Task<Readme> GetReadme(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the perferred README's HTML for the specified repository.
|
||||
/// Gets the preferred README's HTML for the specified repository.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See the <a href="http://developer.github.com/v3/repos/contents/#get-the-readme">API documentation</a> for more information.
|
||||
|
||||
Reference in New Issue
Block a user