From cb4912c271b8d8377a376894bf3a1421ac118760 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 1 Feb 2017 15:30:24 +0530 Subject: [PATCH] fix highlighting --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 3f3de202..8f0f8c03 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -20,6 +20,6 @@ using Flux You'll also need a backend to run real training, if you don't have one already. Choose from [MXNet](https://github.com/dmlc/MXNet.jl) or [TensorFlow](https://github.com/malmaud/TensorFlow.jl) (MXNet is the recommended option if you're not sure): -``` +```julia Pkg.add("MXNet") # or "TensorFlow" ```