Ver Fonte

Update content.md

dror-g há 11 anos atrás
pai
commit
d651e1b660
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      php-zendserver/content.md

+ 1 - 1
php-zendserver/content.md

@@ -11,7 +11,7 @@ Zend Server is shared on [Docker-Hub] as **php-zendserver**.
 
         $ docker run php-zendserver
 
-- You can specify the PHP and Zend Server version by adding ':$lt;php-version>' or ':<ZS-version>-php<version>'  to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7
+- You can specify the PHP and Zend Server version by adding ':<php-version>' or ':<ZS-version>-php<version>'  to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7
 (for example: php-zendserver:7.0-php5.4).
 
 - To start a Zend Server cluster, execute the following command for each cluster node: