Skip to content

Commit 0eaf2fc

Browse files
authored
Update README.md
1 parent a365d2b commit 0eaf2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains Go APIs for interacting with and managing Azure DevOps.
88
## Get started
99
To use the API, establish a connection using a [personal access token](https://docs.microsoft.com/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops) and the URL to your Azure DevOps organization. Then get a client using the connection and make API calls.
1010

11-
```
11+
```go
1212
package main
1313

1414
import (

0 commit comments

Comments
 (0)