Skip to content

Commit

Permalink
Update README.md (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Helmich authored and maartenba committed Oct 24, 2017
1 parent e15339a commit d1fb24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var connection = new UsernamePasswordConnection("https://ytsharp.myjetbrains.com
Once a connection is made, various services can be used. For example to get a list of projects the user has access to, the `ProjectsService` can be used:

```csharp
var projectsService = new connection.CreateProjectsService();
var projectsService = connection.CreateProjectsService();
var projectsForCurrentUser = await projectsService.GetAccessibleProjects();
```

Expand Down

0 comments on commit d1fb24e

Please sign in to comment.