This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new 7ac42db [Doc] Add Flask plugin and since version to docs (#32)
7ac42db is described below
commit 7ac42db436a16ff9d8a8f3870a811e22d13aacca
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Jul 2 23:31:22 2020 +0800
[Doc] Add Flask plugin and since version to docs (#32)
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d7e2b4d..397ad84 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,8 @@ Library | Plugin Name
| :--- | :--- |
| [http.server](https://docs.python.org/3/library/http.server.html) |
`sw_http_server` |
| [urllib.request](https://docs.python.org/3/library/urllib.request.html) |
`sw_urllib_request` |
-| [requests](https://requests.readthedocs.io/en/master/) | `requests` |
+| [requests](https://requests.readthedocs.io/en/master/) | `sw_requests` |
+| [Flask](https://flask.palletsprojects.com/en/1.1.x/) | `sw_flask` |
## API