From 8788a20a5a3ee09f010608abf0c43dd12c8c4ada Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Wed, 31 Jul 2024 23:34:55 +0300 Subject: [PATCH] add info about labes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dad21f..f32f729 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ GET /parse?address=781%20Franklin%20Ave%20Crown%20Heights%20Brooklyn%20NY%201121 ] ``` -This will break down the address into its individual components. +This will break down the address into its [individual components](https://github.com/openvenues/libpostal?tab=readme-ov-file#parser-labels). Endpoint `/health` can be use to check webserver healthcheck (like in k8s env):