Browse Source

update README

Guillermo Espinoza 8 năm trước cách đây
mục cha
commit
d9c90ad478
1 tập tin đã thay đổi với 3 bổ sung6 xóa
  1. 3 6
      README.md

+ 3 - 6
README.md

@@ -4,20 +4,17 @@ Bundle para generar Templates
 
 ## Instalación:
 
-Agregar en el composer.json
+composer.json:
 
 ```javascript
 "repositories": [
     {
         "type": "vcs",
-        "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/TemplateBundle.git",
-        "options": {
-                "local_pk": "./keys/bitbucket.id_rsa"
-        }
+        "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/TemplateBundle.git"
     }
 ],
 "require": {
-    "ik/template-bundle": "dev-master",
+    "ik/template-bundle": "dev-master"
 },
 ```