Skip to content

Commit 0f059b3

Browse files
committed
edits
1 parent 60bdea0 commit 0f059b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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

@@ -134,7 +134,7 @@ The test suite uses Python's standard library, the built-in `unittest` library,
134134
* The test run fails unless the [SDK App Collection](https://github.com/splunk/sdk-app-collection) app is installed.
135135
* To exclude app-specific tests, use the following command:
136136

137-
make test_no_app
137+
make test_no_app
138138

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

@@ -205,4 +205,4 @@ You can reach the Developer Platform team at [email protected]_.
205205

206206
## License
207207

208-
The Splunk Software Development Kit for Python is licensed under the Apache License 2.0. Details can be found in the file LICENSE.
208+
The Splunk Software Development Kit for Python is licensed under the Apache License 2.0. See the LICENSE file for details.

0 commit comments

Comments
 (0)