diff options
author | Alexander Kiryukhin <frei@neonxp.info> | 2012-02-12 05:55:43 +0400 |
---|---|---|
committer | Alexander Kiryukhin <frei@neonxp.info> | 2012-02-12 05:55:43 +0400 |
commit | 9c697a13c6b18ac9cf1f08f73d9242456cf5bd17 (patch) | |
tree | 834e49efbdc2e3f89f12670ace030dfd0163cec9 | |
parent | a051bb3ac314ed9089b453435616c5ad367cfd22 (diff) |
Update README.md
-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")); |