venyii 9 лет назад
Родитель
Сommit
0bb1197cb2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -13,8 +13,8 @@ compatible with PHP 7.
 # Goal
 # Goal
 
 
 This library aims to provide a compatibility layer for applications that rely on
 This library aims to provide a compatibility layer for applications that rely on
-on libraries using ext-mongo (e.g. [Doctrine ODM](https://github.com/doctrine/mongodb-odm))
-but want to migrate to PHP 7 or HHVM on which ext-mongo will not run.
+libraries using ext-mongo (e.g. [Doctrine ODM](https://github.com/doctrine/mongodb-odm))
+but want to migrate to PHP 7 or HHVM on which `ext-mongo` will not run.
 
 
 You should not be using this library if you do not rely on a library using
 You should not be using this library if you do not rely on a library using
 `ext-mongo`. If you are starting a new project, please check out [mongodb/mongodb](https://github.com/mongodb/mongo-php-library).
 `ext-mongo`. If you are starting a new project, please check out [mongodb/mongodb](https://github.com/mongodb/mongo-php-library).