mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 06:26:03 +08:00
chore: rename url2text to reader
This commit is contained in:
parent
c1743db305
commit
2dc0850c8c
@ -1,4 +1,4 @@
|
||||
# Url2Text
|
||||
# reader
|
||||
|
||||
## Development Guide
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
Clone the scenex repo by running the command:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:jina-ai/url2text.git
|
||||
git clone git@github.com:jina-ai/reader.git
|
||||
git submodule init
|
||||
git submodule update
|
||||
```
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "url2text",
|
||||
"name": "reader",
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js,.ts .",
|
||||
"build": "tsc -p .",
|
||||
|
@ -28,7 +28,7 @@ Object.assign(exports, registry.exportGrouped({
|
||||
memory: '4GiB',
|
||||
timeoutSeconds: 540,
|
||||
}));
|
||||
registry.title = 'url2text';
|
||||
registry.title = 'reader';
|
||||
registry.version = '0.1.0';
|
||||
|
||||
process.on('unhandledRejection', () => 'no big deal');
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "url2text",
|
||||
"name": "reader",
|
||||
"version": "1.0.0",
|
||||
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
|
||||
"main": "index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user