aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kiryukhin <frei@neonxp.info>2012-02-12 05:55:43 +0400
committerAlexander Kiryukhin <frei@neonxp.info>2012-02-12 05:55:43 +0400
commit9c697a13c6b18ac9cf1f08f73d9242456cf5bd17 (patch)
tree834e49efbdc2e3f89f12670ace030dfd0163cec9 /README.md
parenta051bb3ac314ed9089b453435616c5ad367cfd22 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9941ca6..cb43972 100644
--- a/README.md
+++ b/README.md
@@ -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"));