Update quick-start.rst

This commit is contained in:
Yaron Minsky 2017-05-22 06:39:29 -04:00 committed by Jérémie Dimino
parent 4dada0e91d
commit f994c4690e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Write this jbuild:
(executables
((names (hello_world))
(libraries (core))
(preprocess (pps (ppx_jane ppx_driver.runner)))
(preprocess (pps (ppx_jane)))
)
This ``hello_world.ml`` file: