Skip to content

Commit c944d7d

Browse files
authored
Update README.md
1 parent 611e01f commit c944d7d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PostHog Python
22

3-
Official PostHog Python library to capture and send events to any PostHog instance (including PostHog.com).
3+
Please see the main [PostHog docs](https://posthog.com/docs).
44

5-
This library uses an internal queue to make calls non-blocking and fast. It also batches requests and flushes asynchronously, making it perfect to use in any part of your web app or other server side application that needs performance.
6-
7-
See [PostHog docs](https://docs.posthog.com) for all documentation, including our [Python docs](https://docs.posthog.com/#/integrations/python-integration).
5+
Specifically, the [Python integration](https://posthog.com/docs/integrations/python-integration) details.

0 commit comments

Comments
 (0)