Update README.md

This commit is contained in:
Alexander Kiryukhin 2012-02-12 05:55:43 +04:00
parent a051bb3ac3
commit 9c697a13c6

View file

@ -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
&lt;?php
include("nyaml.php");
$nyaml = new nyaml();
print_r($nyaml->file("test.nyaml"));