diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,10 +7,9 @@ License: GPLv2 Example of correct NYAML file (test.nyaml): ------ - -node 1 <pre> <code> +node 1 #this is node 1 value 1 node 2: @@ -26,7 +25,7 @@ test.php: ------ <pre> <code> -<?php +<?php include("nyaml.php"); $nyaml = new nyaml(); print_r($nyaml->file("test.nyaml")); |