From 45e9b68fbafab6926dbc4b83018febd926a4a8d4 Mon Sep 17 00:00:00 2001 From: Thomas Mieling Date: Fri, 25 Jun 2021 17:45:33 +0200 Subject: [PATCH] Remove line break from import URL --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2124d14..34366a4 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ To import this package, either download `MPLColorMap.m` and import the file usin ``` or import the file from this web server using ``` -<< "https://git.mieling.net/Thomas/MPL-Colormaps-Mathematica/raw/\ -branch/master/MPLColorMap.m"; +<< "https://git.mieling.net/Thomas/MPL-Colormaps-Mathematica/raw/branch/master/MPLColorMap.m"; ``` The various color maps are then available as `MPLColorMap["Viridis"]` etc.