From 2436e690f15345ffa5c762df3c7817614afd0a4e Mon Sep 17 00:00:00 2001 From: ncanumalla-splunk <88208094+ncanumalla-splunk@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:06:14 -0700 Subject: [PATCH] Update Readme steps to run examples This documentation updates is to address #353. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ae4246..9986c170 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Save the file as **.splunkrc** in the current user's home directory. #### Run the examples -Examples are located in the **/splunk-sdk-python/examples** directory. To run the examples at the command line, use the Python interpreter and include any arguments that are required by the example: +Examples are located in the **/splunk-sdk-python/examples** directory. To run the examples at the command line, use the Python interpreter and include any arguments that are required by the example. In the commands below, replace "examplename" with the name of the specific example in the directory that you want to run: python examplename.py --username="admin" --password="changeme"