Skip to content

Commit 88a2884

Browse files
authored
📝 Improving spacing between text and emoji's (#13)
PR #12 missed checking the spacing for all of the emoji's. Some were too close to their following header text.
1 parent 3cd039b commit 88a2884

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
@@ -15,7 +15,7 @@ If there's SSH & Git, you can sync WordPress and Azure DevOps using git.
1515

1616
Let your CI Pipeline manage getting those plugin updates from your unix WordPress server.
1717

18-
If you like the project, don't forget to click the ⭐up top!
18+
If you like the project, don't forget to click the ⭐ up top!
1919

2020
#### 🔴 Live WordPress Branch History
2121

@@ -35,7 +35,7 @@ bash ~/wp-git-sync.sh \
3535

3636
More information on the [arguments](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/How-To-Use#arguments) is available on the [Wiki](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki) page [__How to Use__](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/How-To-Use)
3737

38-
#### 🔧Azure Pipeline
38+
#### 🔧 Azure Pipeline
3939

4040
YAML Example:
4141
*note: This example uses Azure Key store variables*
@@ -64,7 +64,7 @@ Console Log:
6464
![WordPress-SSH-Git-CI](https://user-images.githubusercontent.com/26221344/91645717-0eae4d80-ea0d-11ea-81d9-b1e072766767.png)
6565

6666
<!-- markdownlint-disable -->
67-
#### 🔲Requirements:
67+
#### 🔲 Requirements:
6868
<!-- markdownlint-restore -->
6969

7070
- [ ] **Web server have git capability** -- think this is the most important one
@@ -76,7 +76,7 @@ Console Log:
7676
- [ ] Some kind of ci pipeline or `cron` job to hook into after a branch update event triggers an agent to run the script remotely
7777

7878
<!-- markdownlint-disable -->
79-
#### 🚘What it has:
79+
#### 🚘 What it has:
8080
<!-- markdownlint-restore -->
8181

8282
- Parameter options for dynamic use
@@ -117,7 +117,7 @@ New issues or requests will be tracked on the [kanban board](https://github.com/
117117

118118
Emoji guide can be found here on the [gimoji project site](https://gitmoji.carloscuesta.me/). Choose an emoji from the list provided above that fitst the fix or change you are submitting
119119

120-
#### :twisted_rightwards_arrows: Submitting a pull request
120+
#### 🔀 Submitting a pull request
121121

122122
1) Fork the repository [wordpress-ssh-git-ci](https://github.com/devnetkc/wordpress-ssh-git-ci)
123123
2) Create a new branch off of [master](https://github.com/devnetkc/wordpress-ssh-git-ci/tree/master)

0 commit comments

Comments
 (0)