fix highlighting

This commit is contained in:
Mike J Innes 2017-02-01 15:30:24 +05:30
parent a11c4bb5c4
commit cb4912c271

View File

@ -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): 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" Pkg.add("MXNet") # or "TensorFlow"
``` ```