Skip to content

Commit 1481939

Browse files
committed
Fix typo in SETUP.md
1 parent 1a282fa commit 1481939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Let's break down what this command does:
5252
After the container starts up successfully, you should be able to access SplunkWeb at http://localhost:8000 with `admin:<password>`.
5353

5454
##### Splunk Universal Forwarder
55-
Use the following command to start a single standalone instance of Splunk Enterprise:
55+
Use the following command to start a single standalone instance of Splunk Universal Forwarder:
5656
```
5757
$ docker run --network skynet --name uf1 --hostname uf1 -e "SPLUNK_PASSWORD=<password>" -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_STANDALONE_URL=so1" -it splunk/universalforwarder:latest
5858
```

0 commit comments

Comments
 (0)