Skip to content

Commit 48918d6

Browse files
committed
edits
1 parent 15c55c6 commit 48918d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

9999
C:\Users\currentusername\.splunkrc
100100

101-
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:
101+
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:
102102

103103
Notepad.exe .splunkrc
104104

@@ -132,7 +132,7 @@ The test suite uses Python's standard library, the built-in `unittest` library,
132132

133133
>**Notes:**
134134
>* 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: `make test_no_app`
135+
>* To exclude app-specific tests, use the `make test_no_app` command.
136136
>* To learn about our testing framework, see [Splunk Test Suite](https://github.com/splunk/splunk-sdk-python/tree/master/tests) on GitHub.
137137
> 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.
138138

0 commit comments

Comments
 (0)