From 5c41a4f3e9539fe479b62471b14e00d9ebc1d31d Mon Sep 17 00:00:00 2001
From: ahkui <14049597+ahkui@users.noreply.github.com>
Date: Thu, 22 Nov 2018 11:44:28 +0800
Subject: [PATCH] Update Install YAML PHP extension title (#1887)
miss change title
---
DOCUMENTATION/content/documentation/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md
index 4a7041c..be4f380 100644
--- a/DOCUMENTATION/content/documentation/index.md
+++ b/DOCUMENTATION/content/documentation/index.md
@@ -1601,7 +1601,7 @@ will set the clock back 1 day. See (https://github.com/wolfcw/libfaketime) for m
-
+
## Install YAML PHP extension in the php-fpm container
YAML PHP extension allows you to easily parse and create YAML structured data. I like YAML because it's well readable for humans. See http://php.net/manual/en/ref.yaml.php and http://yaml.org/ for more info.