From 19c9cdcbb811dacbf20b91214fbbcdd7333cc955 Mon Sep 17 00:00:00 2001 From: AaronJan Date: Wed, 7 Jan 2015 09:56:45 +0800 Subject: [PATCH] Add backticks. --- php/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/content.md b/php/content.md index 7e8299e85..cd40025cd 100644 --- a/php/content.md +++ b/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