From f2833046f69a988a13a932362d1802df00643127 Mon Sep 17 00:00:00 2001 From: splint-disk-8i <186684537+splint-disk-8i@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:49:16 +0200 Subject: [PATCH] Fix capitalization and grammar in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbdc0ce735..a2b7e78e30 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ LoongSuite Java Agent is a key component of LoongSuite, Alibaba's unified observ LoongSuite includes the following key components: * [LoongCollector](https://github.com/alibaba/loongcollector): universal node agent, which provides log collection, prometheus metric collection, and network and security collection capabilities based on eBPF. -* [LoongSuite Java Agent](https://github.com/alibaba/loongsuite-java-agent): a process agent providing instrumentation for java applications. -* [LoongSuite Python Agent](https://github.com/alibaba/loongsuite-python-agent): a process agent providing instrumentation for python applications. +* [LoongSuite Java Agent](https://github.com/alibaba/loongsuite-java-agent): a process agent providing instrumentation for Java applications. +* [LoongSuite Python Agent](https://github.com/alibaba/loongsuite-python-agent): a process agent providing instrumentation for Python applications. * [LoongSuite Go Agent](https://github.com/alibaba/loongsuite-go-agent): a process agent for golang with compile time instrumentation. -* Other upcoming language agent. +* Other upcoming language agents. LoongSuite Java Agent is also a customized distribution of upstream [OTel Java Agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation), with enhanced support for Alibaba extensions and popular AI agent framework.