Skip to content

Commit

Permalink
changed readme to use the new compiler frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoguerra committed Aug 4, 2010
1 parent 5a765fc commit 7aaa881
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fnc hello.fn
### run (call the run function from the hello module)
<pre>
<code>
fn hello run
fnc -r hello run
</code>
</pre>

Expand All @@ -58,7 +58,7 @@ fnc hello.ifn
### run (call the run function from the hello module)
<pre>
<code>
fn hello run
fnc -r hello run
</code>
</pre>

Expand Down Expand Up @@ -189,7 +189,7 @@ fnc demo.fn
### run
<pre>
<code>
fn demo run
fnc -r demo run
</code>
</pre>

Expand Down Expand Up @@ -295,7 +295,7 @@ fnc demo.ifn
### run
<pre>
<code>
fn demo run
fnc -r demo run
</code>
</pre>

Expand Down

0 comments on commit 7aaa881

Please sign in to comment.