From 71558e8c44756475aeaba02224f706424fbb0d1d Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Mon, 9 May 2022 11:40:25 -0700 Subject: [PATCH] chore: update root README to link to package folders instead of READMEs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d79db..b115850 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ A http2-capible web server and web client for transforming CSVs into an array of JSON objects. -See [csv-to-json](csv-to-json/README.md) for the server implementation, and [web-client](web-client/README.md). +See [csv-to-json](csv-to-json/) for the server implementation, and [web-client](web-client/).