Fixed code formatting (#1691)

This commit is contained in:
Prashant Cholachagudda
2017-10-23 08:20:09 +05:30
committed by Ryan Gribble
parent 0f0a0dc2b5
commit 2495487608

View File

@@ -3,6 +3,7 @@
Labels are appended using the method `NewIssue.Labels.Add(x)`.
Example:
var myNewIssue = new NewIssue("Issue with dropdown menu");
myNewIssue.Labels.Add("bug");
@@ -18,4 +19,4 @@ The default labels that come with every repository are:
## A Note on Label Colors
The official API returns colors without the leading `#` that you may expect when working with hex colors -- for example, white would return `FFFFFF`, not `#FFFFFF`.
If you're displaying the colors, you may need to add the `#` in order to display them properly.
If you're displaying the colors, you may need to add the `#` in order to display them properly.