From 6074a06fc9beeb2002e2f5bd94dbf590f913eae0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 15 Mar 2017 13:04:11 -0400 Subject: [PATCH] Adds marketplace badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b9be0a..91dab4a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![](https://vsmarketplacebadge.apphb.com/version/eamodio.gitlens.svg)](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) +[![](https://vsmarketplacebadge.apphb.com/installs/eamodio.gitlens.svg)](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) +[![](https://vsmarketplacebadge.apphb.com/rating/eamodio.gitlens.svg)](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) # GitLens Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions.