浏览代码

Add backticks.

AaronJan 10 年之前
父节点
当前提交
19c9cdcbb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      php/content.md

+ 1 - 1
php/content.md

@@ -72,7 +72,7 @@ easily install PHP extension.
 
 For example, if you want to have a PHP-FPM image with `gd` and `mcrypt` 
 extensions, you can inheriting the base image that you like, and write your own 
-Dockerfile like this:
+`Dockerfile` like this:
 
     FROM php:5.5.19-fpm
     # Install modules