Steve Sewell 1 年間 前
コミット
f0da00d031
2 ファイル変更2 行追加2 行削除
  1. 1 1
      README.md
  2. 1 1
      package.json

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ Be sure you have Node.js >= 16 installed
 ### Clone the repo
 
 ```sh
-git clone https://github.com/bridgeproject/gpt-crawler
+git clone https://github.com/builderio/gpt-crawler
 ```
 
 ### Configure the crawler

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "@builder.io/gpt-crawler",
   "version": "0.0.1",
   "type": "module",
-  "description": "Scrape ",
+  "description": "Crawl a site to generate knowledge files to create your own custom GPT",
   "dependencies": {
     "crawlee": "^3.0.0",
     "glob": "^10.3.10",