From ccb6cb650133ca035170e5f58cb4b71c8fea2e77 Mon Sep 17 00:00:00 2001 From: Bastien Dronneau Date: Thu, 4 Aug 2022 19:29:48 +0200 Subject: [PATCH] docs(README): just a small typo (#2934) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf07d1286..dfbaa86e1 100644 --- a/README.md +++ b/README.md @@ -870,7 +870,7 @@ when new data is ingested into it. VictoriaMetrics provides the following handlers for exporting data: -* `/api/v1/export` for exporing data in JSON line format. See [these docs](#how-to-export-data-in-json-line-format) for details. +* `/api/v1/export` for exporting data in JSON line format. See [these docs](#how-to-export-data-in-json-line-format) for details. * `/api/v1/export/csv` for exporting data in CSV. See [these docs](#how-to-export-csv-data) for details. * `/api/v1/export/native` for exporting data in native binary format. This is the most efficient format for data export. See [these docs](#how-to-export-data-in-native-format) for details.