Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fix typo
  • Loading branch information
kenjis committed Jul 23, 2022
commit 89fe8ee7abe20ccc33d21e8f74afcc632e1c2eac
4 changes: 2 additions & 2 deletions src/Template/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Copy `docker/` folder and `docker-compose.yaml` to your CodeIgniter4 project roo
```
CodeIgniter4/
├── app/
├── docker/ ... add
├── docker/ ... add
│   ├── nginx/
│   └── phpfpm/
├── docker-compose.yml ... add
├── docker-compose.yaml ... add
├── public/
```

Expand Down