From 46d3f98cb419c6a0cbe64f36fb46c8ba3eb3b43d Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Mon, 2 Sep 2024 19:40:18 +0300 Subject: [PATCH] Clarify in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4c81bc..af89d96 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ ## Introduction -This package allows you to send metrics (data points) to the OpenTSDB database -from the PHP application using an HTTP API. +This package allows you to send (push) metrics (data points) to the OpenTSDB database +from the PHP application using an HTTP API in push manner. - [OpenTSDB HTTP API](http://opentsdb.net/docs/build/html/api_http/index.html)