Skip to content

Commit

Permalink
Fixed code formatting (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantvc authored and ryangribble committed Oct 23, 2017
1 parent 0f0a0dc commit 2495487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand All @@ -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.

0 comments on commit 2495487

Please sign in to comment.