From b49643e7d4d1c7bdcd77bf9e1cb698e102dddf81 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Mon, 11 Sep 2017 14:56:35 +0100 Subject: [PATCH] move --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d51f6156..c622df38 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Flux is a refreshing approach to machine learning. It provides lightweight abstractions on top of Julia's native GPU and AD support, while remaining fully hackable (right down to the [GPU kernels](https://github.com/FluxML/CuArrays.jl)). -See the [documentation](http://fluxml.github.io/Flux.jl/stable/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples. - ```julia julia> Pkg.add("Flux") ``` + +See the [documentation](http://fluxml.github.io/Flux.jl/stable/) or the [model zoo](https://github.com/FluxML/model-zoo/) for examples.