Skip to content

Commit ed12a57

Browse files
committed
format emojis
1 parent afc9d0e commit ed12a57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Based on the excellent WordPress Plugin [WP Netlify Webhook Deploy](https://gith
99
- 🚗   Deploy your Vercel project when publishing / updating a WordPress post
1010
- 👉   Manually deploy your Vercel Project with the push of a button
1111

12-
## Installation
12+
## 🛠 Installation
1313

1414
You can install WP Vercel Deploy Hooks manually or through Composer
1515

16-
### Manual Install
16+
### 🤙 Manual Install
1717

1818
- Download the plugin as a `.zip` file [from the repository](https://github.com/aderaaij/wp-vercel-deploy-hooks/archive/main.zip)
1919
- Login to your WordPress site and go to `Plugins -> Add new -> Upload plugin`
2020
- Locate the `.zip` file on your machine, upload and activate
2121

22-
### Composer
22+
### 🎼 Composer
2323

2424
Composer allows you to install pacakges from a GitHub repository. This repository includes a `composer.json` file which declares the package as a WordPress plugin. Include it in your project's `composer.json` as following:
2525

@@ -39,14 +39,14 @@ Composer allows you to install pacakges from a GitHub repository. This repositor
3939

4040
Now the package will be included in the plugins folder when you use `composer install/update`.
4141

42-
## Settings / Configuration
42+
## ⚙️ Settings / Configuration
4343

4444
To enable the plugin, you will need to create a [Deploy Hook for your Vercel Project](https://vercel.com/docs/more/deploy-hooks).
4545

4646
### Settings
4747

4848
After you've created your deploy hook, navigate to `Deploy -> Settings` in the WordPress admin menu and paste your Vercel Deploy hook URL. On the settings page you can also activate deploys when you publish or update a post (disabled by default).
4949

50-
## To Do
50+
## 🤔 To Do
5151

5252
- Test scheduled builds

0 commit comments

Comments
 (0)