Skip to content

Commit 8e99721

Browse files
committed
Refactor README #2
1 parent a803335 commit 8e99721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ class MyScript(Script):
155155

156156
### Testing
157157

158-
This repo contains a collection of both unit and integration tests. The latter need `docker`/`podman` to work.
158+
This repo contains both unit and integration tests. The latter need `docker`/`podman` to work.
159159

160160
```sh
161-
# Run the entire test suite:
161+
# Run entire test suite:
162162
make test
163163
# Run only the unit tests:
164164
make test-unit
@@ -235,10 +235,10 @@ If you are not covered under an existing maintenance/support agreement, you can
235235

236236
- Splunk will NOT provide support for SDKs if the core library (the code in the `/splunklib` 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).
237237

238-
We would also like to know why you modified the core library, so please send feedback to <mailto:devinfo@splunk.com>.
238+
We would also like to know why you modified the core library, so please send feedback to [devinfo@splunk.com](mailto:devinfo@splunk.com).
239239

240240
- File any issues on [GitHub](https://github.com/splunk/splunk-sdk-python/issues).
241241

242242
### Contact us
243243

244-
You can reach the Splunk Developer Platform team at <mailto:devinfo@splunk.com>.
244+
You can reach the Splunk Developer Platform team at [devinfo@splunk.com](mailto:devinfo@splunk.com).

0 commit comments

Comments
 (0)