Pārlūkot izejas kodu

Merge pull request #99 from ruimarinho/patch-1

Fixed typo on the composer installation instructions
Johannes 13 gadi atpakaļ
vecāks
revīzija
490efa42ec
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: {
         require: {
             // ...
             // ...
-            "jms/serializer-bundle": "master-dev"
+            "jms/serializer-bundle": "dev-master"
         }
         }
     }
     }
     
     
 .. note ::
 .. 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.*``.
     branch, for example ``1.0.*``.
     
     
 Then, you can install the new dependencies by running Composer's ``update``
 Then, you can install the new dependencies by running Composer's ``update``