From cd36072d6a9851b44329c08d613f8933ca197063 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Thu, 9 Feb 2023 15:51:19 +0800 Subject: [PATCH] chore: change name --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f661256..2c743a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ChatGPT Bot Web +# ChatGPT Web Bot This is a ChatGPT web application demo with express and vue3 diff --git a/package.json b/package.json index 4da89e8..bd804ca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "chatgpt-bot", + "name": "chatgpt-web", "version": "1.0.0", "description": "ChatGPT Web Bot", "author": "ChenZhaoYu ",