hanxiao commited on
Commit
b6b9d39
·
1 Parent(s): ad7d95f

chore: rename url2text to reader

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ cd backend/functions
63
  npm install
64
  ```
65
 
66
- ## What is `[thinapps-shared](thinapps-shared)` submodule?
67
 
68
  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.
69
 
 
63
  npm install
64
  ```
65
 
66
+ ## What is `thinapps-shared` submodule?
67
 
68
  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.
69