Skip to content

Commit 6fb5854

Browse files
Add 'How to Get Help' section and minor fixes (#25)
1 parent 51e6096 commit 6fb5854

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It's an interceptor for Python Requests library that captures outgoing API calls
1414
> If you are using Moesif's API monitoring SDKs like [Moesif Django](https://github.com/Moesif/moesifdjango) or [Moesif WSGI](https://github.com/moesif/moesifwsgi) to log incoming API calls, this library is already included.
1515
1616
## Prerequisites
17-
Before using this middleware, make sure you have the following:
17+
Before using Moesif for Python Requests, make sure you have the following:
1818

1919
- [An active Moesif account](https://moesif.com/wrap)
2020
- [A Moesif Application ID](#get-your-moesif-application-id)
@@ -35,7 +35,7 @@ pip install moesifpythonrequest
3535
```
3636

3737
## Configure
38-
See the available [configuration options](#configuration-options) to learn how to configure the middleware for your use case.
38+
See the available [configuration options](#configuration-options) to learn how to configure `moesifpythonrequest` for your use case.
3939

4040
## How to Use
4141

@@ -61,6 +61,7 @@ main()
6161

6262
Replace *`YOUR_MOESIF_APPLICATION_ID`* with [your Moesif Application ID](#get-your-moesif-application-id).
6363

64+
## Troubleshoot
6465
For a general troubleshooting guide that can help you solve common problems, see [Server Troubleshooting Guide](https://www.moesif.com/docs/troubleshooting/server-troubleshooting-guide/).
6566

6667
Other troubleshooting supports:
@@ -324,6 +325,9 @@ For more information about Moesif event model, see [Moesif Python API documentat
324325

325326
An example Moesif integration is [available on GitHub](https://github.com/Moesif/moesif-python-outgoing-example).
326327

328+
## How to Get Help
329+
If you face any issues, try the [troubheshooting guidelines](#troubleshoot). For further assistance, reach out to our [support team](mailto:[email protected]).
330+
327331
## Explore Other Integrations
328332

329333
Explore other integration options from Moesif:

0 commit comments

Comments
 (0)