Skip to content

Commit 60bdea0

Browse files
committed
edits
1 parent fec6e0d commit 60bdea0

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Save the file as **.splunkrc** in the current user's home directory.
9494

9595
C:\Users\currentusername\.splunkrc
9696

97-
You might get errors in Windows when you try to name the file because ".splunkrc" appears to be a nameless file with an extension. You can use the command line to create this file by going to the **C:\Users\**_currentusername_ directory and entering the following command:
97+
You might get errors in Windows when you try to name the file because ".splunkrc" appears to be a nameless file with an extension. You can use the command line to create this file by going to the **C:\Users\***currentusername* directory and entering the following command:
9898

9999
Notepad.exe .splunkrc
100100

@@ -131,15 +131,14 @@ The test suite uses Python's standard library, the built-in `unittest` library,
131131

132132
**Notes:**
133133

134-
The test run fails unless the [SDK App Collection](https://github.com/splunk/sdk-app-collection) app is installed.
135-
136-
To exclude app-specific tests, use the following command:
134+
* The test run fails unless the [SDK App Collection](https://github.com/splunk/sdk-app-collection) app is installed.
135+
* To exclude app-specific tests, use the following command:
137136

138137
make test_no_app
139138

140-
To learn about our testing framework, see [Splunk Test Suite](https://github.com/splunk/splunk-sdk-python/tree/master/tests) on GitHub.
139+
* To learn about our testing framework, see [Splunk Test Suite](https://github.com/splunk/splunk-sdk-python/tree/master/tests) on GitHub.
141140

142-
In addition, the test run requires you to build the searchcommands app. The `make` command runs the tasks to do this, but more complex testing may require you to rebuild using the `make build_app` command.
141+
In addition, the test run requires you to build the searchcommands app. The `make` command runs the tasks to do this, but more complex testing may require you to rebuild using the `make build_app` command.
143142

144143
## Repository
145144

@@ -190,17 +189,15 @@ If you would like to contribute to the SDK, see [Contributions to Splunk](https:
190189

191190
### Support
192191

193-
1. You will be granted support if you or your company are already covered under an existing maintenance/support agreement.
194-
195-
Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html)) and include "Splunk SDK for Python" in the subject line.
192+
* You will be granted support if you or your company are already covered under an existing maintenance/support agreement. Submit a new case in the [Support Portal](https://www.splunk.com/en_us/support-and-services.html)) and include "Splunk SDK for Python" in the subject line.
196193

197-
2. If you are not covered under an existing maintenance/support agreement, you can find help through the broader community at [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
194+
If you are not covered under an existing maintenance/support agreement, you can find help through the broader community at [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
198195

199-
3. Splunk will NOT provide support for SDKs if the core library (the code in the <b>/splunklib</b> directory) has been modified. If you modify an SDK and want support, you can find help through the broader community and [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
196+
* Splunk will NOT provide support for SDKs if the core library (the code in the <b>/splunklib</b> directory) has been modified. If you modify an SDK and want support, you can find help through the broader community and [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
200197

201198
We would also like to know why you modified the core library, so please send feedback to _[email protected]_.
202199

203-
4. File any issues on [GitHub](https://github.com/splunk/splunk-sdk-python/issues).
200+
* File any issues on [GitHub](https://github.com/splunk/splunk-sdk-python/issues).
204201

205202
### Contact Us
206203

0 commit comments

Comments
 (0)