just marking up some code

This commit is contained in:
Brendan Forster
2016-09-29 11:43:22 +10:00
committed by GitHub
parent a57fb1278d
commit 8dcb1db0da

View File

@@ -23,4 +23,6 @@ Console.WriteLine("Created a tag for {0} at {1}", result.Tag, result.Sha);
Or you can fetch an existing tag from the API:
var tag = await client.GitDatabase.Tags.Get("octokit", "octokit.net", "v1.0.0");
```
var tag = await client.GitDatabase.Tags.Get("octokit", "octokit.net", "v1.0.0");
```