From b43fc1cf04a766184767213324eb1585a382e5a8 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Wed, 3 May 2023 21:09:36 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9edcc9b..14d3598 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Trailing Spaces =============== -[![Build Status](https://travis-ci.org/shardulm94/vscode-trailingspaces.svg?branch=master)](https://travis-ci.org/shardulm94/vscode-trailingspaces) -[![VS Code Marketplace](https://vsmarketplacebadge.apphb.com/version-short/shardulm94.trailing-spaces.svg) ![Rating](https://vsmarketplacebadge.apphb.com/rating-short/shardulm94.trailing-spaces.svg) ![Installs](https://vsmarketplacebadge.apphb.com/installs/shardulm94.trailing-spaces.svg)](https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces) +[![Build Status](https://img.shields.io/github/actions/workflow/status/shardulm94/vscode-trailingspaces/ci.yaml?branch=master)](https://github.com/shardulm94/vscode-trailingspaces/actions/workflows/ci.yaml) +[![VS Code Marketplace](https://vsmarketplacebadges.dev/version-short/shardulm94.trailing-spaces.svg) ![Rating](https://vsmarketplacebadges.dev/rating-short/shardulm94.trailing-spaces.svg) ![Installs](https://vsmarketplacebadges.dev/installs/shardulm94.trailing-spaces.svg)](https://marketplace.visualstudio.com/items?itemName=shardulm94.trailing-spaces) A [VS Code](https://code.visualstudio.com/) extension that allows you to…