Browse Source

fix sample

Namdak Tonpa 9 years ago
parent
commit
9adf7e5bb4
2 changed files with 3 additions and 2 deletions
  1. 2 1
      doc/commands.tex
  2. 1 1
      priv/web/rebar.config

+ 2 - 1
doc/commands.tex

@@ -42,10 +42,11 @@ Performs compilation of all known compilations backends in complilation profile
 \end{lstlisting}
 \vspace{1\baselineskip}
 
-\subsection{plan}
+\subsection{pla}
 Taking all dependecies and resolve boot sequence according to dependecy order. Storing this value in .applist.
 \vspace{1\baselineskip}
 \begin{lstlisting}
+[]
 \end{lstlisting}
 \vspace{1\baselineskip}
 

+ 1 - 1
priv/web/rebar.config

@@ -8,7 +8,7 @@
     {sh,     ".*", {git, "git://github.com/synrc/sh",           {tag, "1.9"}    }},
     {mad,    ".*", {git, "git://github.com/synrc/mad",          {tag, "1.9"} }},
     {active, ".*", {git, "git://github.com/synrc/active",       {tag, "1.9"} }},
-    {nitro,  ".*", {git, "git://github.com/synrc/nitro",        {tag, "2.9"} }},
+    {nitro,  ".*", {git, "git://github.com/synrc/nitro",        {tag, "0.9"} }},
     {n2o,    ".*", {git, "git://github.com/synrc/n2o",          {tag, "2.9"} }}
 ]}.