From ce1b97ca1d938f6634e779d2d51eb7a5570f5dc2 Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Thu, 4 Dec 2014 15:33:24 +0200 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f8f4d5a..a8bba5f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # JuliaReport [![Build Status](https://travis-ci.org/mpastell/JuliaReport.jl.svg?branch=master)](https://travis-ci.org/mpastell/JuliaReport.jl) - JuliaReport is a scientific report generator/literate programming tool for Julia. It resembles [Pweave](http://mpastell.com/pweave) and, Knitr and Sweave. @@ -34,7 +33,7 @@ using ";" and need to be valid Julia expressions. e.g. Run from julia: using JuliaReport - weave(Pkg.dir("JuliaReport","examples","julia_sample.mdw") + weave(Pkg.dir("JuliaReport","examples","julia_sample.mdw")) Or using Winston for plots (Julia 0.3 only):