Browse Source

Update 'README.md'

master
Lim Eng Shun 4 years ago
parent
commit
334658c01d
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      README.md

+ 6
- 4
README.md View File

@@ -8,10 +8,12 @@ Mirfalah Sendmail Swift_Transport implementation
8 8
 Add following repository record into `composer.json`
9 9
 ```json
10 10
 {
11
-  "repositories": [{
12
-    "type": "composer",
13
-    "url": "http://composer.mirfalah.my"
14
-  }
11
+  "repositories": [
12
+    {
13
+      "type": "composer",
14
+      "url": "http://composer.mirfalah.my"
15
+    }
16
+  ]
15 17
 }
16 18
 ```
17 19
 Then execute

Loading…
Cancel
Save