Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Jun 16, 2023
1 parent f1068e8 commit 8a37f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -113,4 +113,4 @@ npx tsx example/imagine-ws.ts
---
<a href='https://ko-fi.com/erictik' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee' /></a>
## 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)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -30,9 +30,9 @@
"author": "Eric Yang <[email protected]>",
"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",
Expand Down

0 comments on commit 8a37f13

Please sign in to comment.