From 912b2561d57ad2788ad572a513d91b475920f5e1 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sun, 12 Feb 2012 05:52:00 +0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a083e6..095114d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Example of correct NYAML file (test.nyaml): ------ node 1: + #this is node 1 value 1 node 2: @@ -18,18 +19,18 @@ node 1: node 3: key1: [elements, [of,array]] key2: "[this, is, not, array]" - + test.php: ------ - + file("test.nyaml")); - + Result: ------ - + Array ( [node 1] => Array @@ -56,3 +57,4 @@ Array ) ) ) + \ No newline at end of file