From 76f26b6f512789da08e16659ef1c9d8e2437a1ed Mon Sep 17 00:00:00 2001 From: eeliu <27064129+eeliu@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:54:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 735a242e..6d59b6a5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Our advantage: 2. Auto-injection, that means less aggression against your code. - python: leverage [PEP 318 Decorator](https://peps.python.org/pep-0318/) - php: leverage `CG(*_table)` in php kernel and AST parser([nikic/PHP-Parser](https://github.com/nikic/PHP-Parser)) -3. Cross-platform: windows/*nux/macOS. It helps address the problems even when you developing. +3. Cross-platform: windows/*nux/macOS. It helps address the problems even when you are developing. ## Python Agent