From 46e33cd4d7eec18d46cebf15831522411cecfdf7 Mon Sep 17 00:00:00 2001 From: SwhGo_oN Date: Sat, 16 Jul 2016 16:42:56 +0800 Subject: [PATCH] Fix typo: `yml` -> `yaml` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b6e27..5fca5cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Grav Pages as Data -The **Grav Pages as Data** for [Grav](http://github.com/getgrav/grav) provides a very basic way for APIs to return data from grav as json xml or yml. +The **Grav Pages as Data** for [Grav](http://github.com/getgrav/grav) provides a very basic way for APIs to return data from grav as json xml or yaml. # Installation @@ -11,4 +11,4 @@ Download and unpack a zip (or clone this repository) into the user/plugins direc Try to load any page in Grav then add one of the following: `?return-as=json` `?return-as=xml` -`?return-as=yml` \ No newline at end of file +`?return-as=yaml`