Fix doc: jbuilder build xxx instead of jbuilder xxx (#16)

This commit is contained in:
Hao Wu 2017-03-10 01:39:59 -08:00 committed by Jérémie Dimino
parent 374c29c7cc
commit 5faf444db3
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ print_endline "Hello, world!"
And build it with:
#+begin_src sh
jbuilder hello_world.exe
jbuilder build hello_world.exe
#+end_src
The executable will be built as =_build/default/hello_world.exe=
@ -42,7 +42,7 @@ Lwt_main.run (Lwt_io.printf "Hello, world!\n")
And build it with:
#+begin_src sh
jbuilder hello_world.exe
jbuilder build hello_world.exe
#+end_src
The executable will be built as =_build/default/hello_world.exe=