From c2edd03f88ecf57b60acc9aa34f5cdb510e6d5bd Mon Sep 17 00:00:00 2001 From: Houke Date: Fri, 20 Dec 2019 16:19:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 256aa06..da28fb4 100755 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This ACF field type is compatible with: ## Installation ### via Composer -1. Add a line to your repositories array: { "type": "git", "url": "https://github.com/houke/acf-icon-picker" } -2. Add a line to your require block: "houke/acf-icon-picker": "dev-master" +1. Add a line to your repositories array: `{ "type": "git", "url": "https://github.com/houke/acf-icon-picker" }` +2. Add a line to your require block: `"houke/acf-icon-picker": "dev-master"` 3. Run: composer update ### Manually