From 8a37f13eb52f52e5d0f259d2e78bd4e1f7f80ccf Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 16 Jun 2023 21:19:21 +0800 Subject: [PATCH] fix readme --- README.md | 6 +++--- package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 27bf4ff..b360cf4 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ To run the included example, you must have [Node.js](https://nodejs.org/en/) ins 1. clone the repository ```bash -git clone https://github.com/erictik/midjourney-api.git -cd midjourney-api +git clone https://github.com/erictik/midjourney-client.git +cd midjourney-client ``` 2. install dependencies @@ -113,4 +113,4 @@ npx tsx example/imagine-ws.ts --- Buy Me a Coffee ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=erictik/midjourney-api&type=Date)](https://star-history.com/#erictik/midjourney-api&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=erictik/midjourney-client&type=Date)](https://star-history.com/#erictik/midjourney-client&Date) diff --git a/package.json b/package.json index acd5243..95e5dec 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/erictik/midjourney-api.git" + "url": "git+https://github.com/erictik/midjourney-client.git" }, "keywords": [ - "midjourney-api", + "midjourney-client", "midjourney" ], "engines": { @@ -30,9 +30,9 @@ "author": "Eric Yang ", "license": "ISC", "bugs": { - "url": "https://github.com/erictik/midjourney-api/issues" + "url": "https://github.com/erictik/midjourney-client/issues" }, - "homepage": "https://github.com/erictik/midjourney-api#readme", + "homepage": "https://github.com/erictik/midjourney-client#readme", "devDependencies": { "@types/mime": "^3.0.1", "@types/node": "^18.16.0",