From 9152bdefb689c864f24f11dc5a0b688284c19b9d Mon Sep 17 00:00:00 2001 From: Ross Alexander Date: Tue, 31 Mar 2020 13:16:24 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f07753..5580c18 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A set of common benchmark functions for testing optimization algorithms in Julia [![Build Status](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master&kill_cache=1)](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master&kill_cache=1) [![Coverage Status](https://coveralls.io/repos/github/rbalexan/BenchmarkFunctions.jl/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/rbalexan/BenchmarkFunctions.jl?branch=master&kill_cache=1) -![Surface and contour plots of the Himmelblau function](https://github.com/rbalexan/BenchmarkFunctions.jl/blob/master/plots/2d_himmelblau.svg?kill_cache=1) +![Surface and contour plots of the Himmelblau function](https://github.com/rbalexan/BenchmarkFunctions.jl/blob/master/plots/2d_himmelblau.svg) ## Getting Started To add the package, enter the following into the REPL: