Skip to content

Commit 8c4ba37

Browse files
committed
docs: update readme.
1 parent c6d0499 commit 8c4ba37

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ In the editor, type `/` to open the slash menu. You can filter by typing after t
130130
### Project Structure
131131

132132
```
133-
just-wiki/
133+
justwiki/
134134
├── backend/ # FastAPI REST API
135135
│ └── app/
136136
│ ├── main.py

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ docker-compose up -d
130130
### 專案結構
131131

132132
```
133-
just-wiki/
133+
justwiki/
134134
├── backend/ # FastAPI REST API
135135
│ └── app/
136136
│ ├── main.py

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
backend:
3-
image: ghcr.io/pttcodingman/just-wiki/backend:main
3+
image: ghcr.io/pttcodingman/justwiki/backend:main
44
build: ./backend
55
ports:
66
- "8000:8000"
@@ -10,7 +10,7 @@ services:
1010
restart: unless-stopped
1111

1212
frontend:
13-
image: ghcr.io/pttcodingman/just-wiki/frontend:main
13+
image: ghcr.io/pttcodingman/justwiki/frontend:main
1414
build: ./frontend
1515
ports:
1616
- "3000:3000"

0 commit comments

Comments
 (0)