hanxiao commited on
Commit
2dc0850
·
1 Parent(s): c1743db

chore: rename url2text to reader

Browse files
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Url2Text
2
 
3
  ## Development Guide
4
 
@@ -12,7 +12,7 @@
12
  Clone the scenex repo by running the command:
13
 
14
  ```bash
15
- git clone git@github.com:jina-ai/url2text.git
16
  git submodule init
17
  git submodule update
18
  ```
 
1
+ # reader
2
 
3
  ## Development Guide
4
 
 
12
  Clone the scenex repo by running the command:
13
 
14
  ```bash
15
+ git clone git@github.com:jina-ai/reader.git
16
  git submodule init
17
  git submodule update
18
  ```
backend/functions/package.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "name": "url2text",
3
  "scripts": {
4
  "lint": "eslint --ext .js,.ts .",
5
  "build": "tsc -p .",
 
1
  {
2
+ "name": "reader",
3
  "scripts": {
4
  "lint": "eslint --ext .js,.ts .",
5
  "build": "tsc -p .",
backend/functions/src/index.ts CHANGED
@@ -28,7 +28,7 @@ Object.assign(exports, registry.exportGrouped({
28
  memory: '4GiB',
29
  timeoutSeconds: 540,
30
  }));
31
- registry.title = 'url2text';
32
  registry.version = '0.1.0';
33
 
34
  process.on('unhandledRejection', () => 'no big deal');
 
28
  memory: '4GiB',
29
  timeoutSeconds: 540,
30
  }));
31
+ registry.title = 'reader';
32
  registry.version = '0.1.0';
33
 
34
  process.on('unhandledRejection', () => 'no big deal');
package.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "name": "url2text",
3
  "version": "1.0.0",
4
  "description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
5
  "main": "index.js",
 
1
  {
2
+ "name": "reader",
3
  "version": "1.0.0",
4
  "description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
5
  "main": "index.js",