From a051bb3ac314ed9089b453435616c5ad367cfd22 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sun, 12 Feb 2012 05:54:40 +0400 Subject: Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 095114d..9941ca6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ License: GPLv2 Example of correct NYAML file (test.nyaml): ------ -node 1: +node 1 +
 
     #this is node 1
     value 1
@@ -20,16 +21,20 @@ node 1:
         key1: [elements, [of,array]]
         key2: "[this, is, not, array]"
 
+
test.php: ------ +
 
 file("test.nyaml"));
 
+
Result: ------ +
 
 Array
 (
@@ -57,4 +62,5 @@ Array
                 )
         )
 )
-
\ No newline at end of file
+
+
\ No newline at end of file -- cgit v1.2.3