Fix up backslashes. Not sure why that happened.

This commit is contained in:
Phil Haack
2013-11-18 09:23:47 -08:00
parent e53fd2c9f9
commit 1313c5c63d
+1 -1
View File
@@ -83,7 +83,7 @@ for more details.
### A Note about project structure
There are two primary projects in the solution: \Octokit.csproj\ and \Octokit.Reactive.csproj\.
There are two primary projects in the solution: `Octokit.csproj` and `Octokit.Reactive.csproj`.
The first is the task-based library. The second is a wrapper that provides an Reactive Extensions (Rx) based library.