commit 2227985ab953062b10961d2294993f49644966cf parent 2c3f7ff4a4f33462962dd8466293687e61748b6a Author: Jared Tobin <jared@jtobin.ca> Date: Fri, 23 Dec 2016 10:08:40 +1300 Update README. [ci skip] Diffstat:
M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -21,9 +21,9 @@ See the *test* directory for example usage. main :: IO () main = withSystemRandom . asGenIO $ mcmc 10000 1 [0, 0] rosenbrock -*mighty-metropolis* is a member of the [declarative][decl] suite of MCMC -libraries that are designed to work together seamlessly. - ![trace](https://dl.dropboxusercontent.com/spa/u0s6617yxinm2ca/osecfv_w.png) +*mighty-metropolis* is a member of the [declarative][decl] suite of libraries, +containing a bunch of MCMC algorithms that play nicely together. + [decl]: https://github.com/jtobin/declarative