From 60cce396d9f98374136c33d7cc137c148425b717 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 12 Sep 2018 13:54:37 -0700 Subject: [PATCH] Appveyor badge should point at master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8e669..1ab5bea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | **Linux** | **Windows** | |:---------------:|:-----------:| -| [![Build Status](https://travis-ci.com/denoland/deno_install.svg?branch=master)](https://travis-ci.com/denoland/deno_install) | [![Build status](https://ci.appveyor.com/api/projects/status/gtekeaf7r60xa896?svg=true)](https://ci.appveyor.com/project/deno/deno-install) | +| [![Build Status](https://travis-ci.com/denoland/deno_install.svg?branch=master)](https://travis-ci.com/denoland/deno_install) | [![Build status](https://ci.appveyor.com/api/projects/status/gtekeaf7r60xa896?branch=master&svg=true)](https://ci.appveyor.com/project/deno/deno-install) | Downloads the latest Deno binary into `$HOME/.deno/bin`.