Skip to content

Commit c589d8a

Browse files
committed
fix docs
1 parent 6c7b365 commit c589d8a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Local Environment Deployment
1+
name: Local Environment Deployment
22
on:
33
push:
44
branches: [ "main", "add-github-actions" ]

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# Docker Environment Boilerplate for WordPress
1+
# WordPress Docker Environment Boilerplate
22

3-
![Check Local Environment Deployment](https://github.com/renakdup/wp-docker-env-boilerplate/workflows/Check%20Local%20Environment%20Deployment/badge.svg?branch=add-github-actions)
3+
![Local Environment Deployment](https://github.com/renakdup/wp-docker-env-boilerplate/workflows/Check%20Local%20Environment%20Deployment/badge.svg)
4+
5+
---
6+
7+
You can use this boilerplate for developing WordPress themes and plugins on your local machine by using Docker in one click.
48

59

610
### Docker configuration:
711
- Nginx 1.20
812
- PHP 7.4
9-
- Composer > 2.1
13+
- Composer > 2.1
1014
- MySQL 5.6
1115
- PhpMyAdmin 5
1216
- Node 16.14.2

0 commit comments

Comments
 (0)