瀏覽代碼

Fixed typo on the composer installation instructions

Rui Marinho 13 年之前
父節點
當前提交
c06146b8a2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Resources/doc/installation.rst

+ 2 - 2
Resources/doc/installation.rst

@@ -14,13 +14,13 @@ To install JMSSerializerBundle with Composer just add the following to your
         // ...
         require: {
             // ...
-            "jms/serializer-bundle": "master-dev"
+            "jms/serializer-bundle": "dev-master"
         }
     }
     
 .. note ::
 
-    Please replace `master-dev` in the snippet above with the latest stable
+    Please replace `dev-master` in the snippet above with the latest stable
     branch, for example ``1.0.*``.
     
 Then, you can install the new dependencies by running Composer's ``update``