Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 654e8aa

Browse files
committed
edits
1 parent 8f62ff3 commit 654e8aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here's what you need to get going with the Splunk Enterprise SDK for C# version
9191
The following packages are in that feed:
9292
* **Splunk.Client**: Client for the Splunk Enterprise REST API. This library is portable.
9393
* **Splunk.ModularInputs**: Functionality for building modular inputs.
94-
94+
9595
>**Note**: Both packages are published to NuGet when the SDK is released.
9696
9797
* Get the source
@@ -107,7 +107,7 @@ The Splunk Enterprise SDK for C# supports development in the following environme
107107
You must also install [Code Contracts for .NET](http://visualstudiogallery.msdn.microsoft.com/1ec7db13-3363-46c9-851f-1ce455f66970).
108108

109109
>**Note**: Close Visual Studio before installing Code Contracts. Otherwise, the installation will not work, despite appearing to.
110-
110+
111111
To run the unit tests, install an [xUnit](https://github.com/xunit/xunit) runner. If you use resharper, install its [xUnit.net Test Support](https://resharper-plugins.jetbrains.com/packages/xunitcontrib/1.6.2). Otherwise, install the [xUnit.net runner for Visual Studio 2012 and 2013](http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099).
112112

113113
* Xamarin Studio and Mono Develop
@@ -131,13 +131,13 @@ The Splunk Enterprise SDK for C# includes full unit tests that run using [xunit]
131131

132132
#### Solution layout
133133

134-
| Directory | Description ||
135-
|:-------------- |:---------------------------------------------------------------------------- ||
136-
| /src ||
137-
| Splunk.Client | Client for Splunk's REST API. |
138-
|| Splunk.ModularInputs | Functionality for building Modular Inputs. |
134+
| Directory | Description |
135+
|:-------------- |:---------------------------------------------------------------------------- |
136+
| /src | |
137+
| Splunk.Client | Client for Splunk's REST API. |
138+
|| Splunk.ModularInputs | Functionality for building Modular Inputs. |
139139
|| Splunk.Client.Helpers | Helper utilities used by tests and samples. |
140-
| /examples ||
140+
| /examples | |
141141
|| Windows8/Search | Contains a Windows Store Search App. |
142142
|| authenticate | Connects to a Splunk Instance and retrieves Splunk's session token. |
143143
|| list_apps | Lists installed applications on a Splunk instance. |
@@ -152,7 +152,7 @@ The Splunk Enterprise SDK for C# includes full unit tests that run using [xunit]
152152
|| search-response-message-stream | Demonstrates how to execute long-running search jobs and how to use `Job.GetSearchReponseMessageAsync`. |
153153
|| search | Performs a One Shot search. |
154154
|| submit | Creates an index and then sends events over HTTP to that index. |
155-
| /tests ||
155+
| /tests | |
156156
|| unit-tests - Contains unit tests for all of the classes in the SDK. Does not require a Splunk instance. |
157157
|| acceptance-tests - Contains end to end tests using the SDK. These tests by default will go against a Splunk instance. Tests can also be run in playback mode by setting `MockContext.Mode` to `Playback` in `App.Config`. |
158158

0 commit comments

Comments
 (0)