From 31f89897bf7c3c600e26192d3215bde6ada05656 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Fri, 5 Oct 2018 09:21:34 -0500 Subject: [PATCH] numhask-graph -> numhask --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6fe05c9..bed8001 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Ring hierarchy For example, the `Num` class in prelude is approximately a `Ring`. In numhask, the class laws and operators flow as follows: -[![Ring Hierarchy](numhask-graph/other/ring.svg)](numhask-graph/other/ring.svg) +[![Ring Hierarchy](numhask/other/ring.svg)](numhask/other/ring.svg) Libraries --- @@ -19,7 +19,7 @@ Libraries - `numhask-prelude` numhask + [protolude](https://hackage.haskell.org/package/protolude) - `numhask-array` n-dimensional arrays with type-level size -There is also some performance analytics in `numhask-bench` and `numhask-graph` produces the above chart. +There is also some performance analytics in `numhask-bench` and `numhask` produces the above chart. numhask ---