Update README

pull/17/head
Matti Pastell 2014-12-04 15:33:24 +02:00
parent 8ce6840c1b
commit ce1b97ca1d
1 changed files with 1 additions and 2 deletions

View File

@ -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):