diff options
author | Alexander Kiryukhin <frei@neonxp.info> | 2012-02-12 05:52:00 +0400 |
---|---|---|
committer | Alexander Kiryukhin <frei@neonxp.info> | 2012-02-12 05:52:00 +0400 |
commit | 912b2561d57ad2788ad572a513d91b475920f5e1 (patch) | |
tree | 76b2cc1cf3561021133da9eec0d34e3270e2c751 /README.md | |
parent | 54b61f2c52ac53ec33f93fa45bd60cb8459e925d (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -9,6 +9,7 @@ Example of correct NYAML file (test.nyaml): ------ node 1: +<code> #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]" - +</code> test.php: ------ - +<code> <?php include("nyaml.php"); $nyaml = new nyaml(); print_r($nyaml->file("test.nyaml")); - +</code> Result: ------ - +<code> Array ( [node 1] => Array @@ -56,3 +57,4 @@ Array ) ) ) +</code>
\ No newline at end of file |