From b6b9d397345e858b7a39e796c73a0f047655ed16 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Sat, 13 Apr 2024 12:51:36 -0700 Subject: [PATCH] chore: rename url2text to reader --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d23e09e..ba9dd4f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ cd backend/functions npm install ``` -## What is `[thinapps-shared](thinapps-shared)` submodule? +## What is `thinapps-shared` submodule? You might notice a reference to `thinapps-shared` submodule, an internal package we use to share code across our products. While it’s not open-sourced and isn't integral to the Reader's functions, it mainly helps with decorators, logging, secrets management, etc. Feel free to ignore it for now.