diff --git a/README.md b/README.md index c9655a8..65efa7d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This plugin is the same as the built-in **Word Count** plugin, except when you select text, it will count the selected word instead of the whole document. I recommend turning off the built-in **Word Count** because this plugin is designed to replace that. +![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif) + ### Features All Optional: @@ -33,5 +35,5 @@ Works with all languages. - @AngelusDomini - @archelpeg - @aproximate - -![Better Count Word](https://raw.githubusercontent.com/lukeleppan/better-word-count/master/assets/better-word-count.gif) +- @Quorafind +- @torantine diff --git a/manifest.json b/manifest.json index 27793e5..5cf7934 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.6.1", + "version": "0.6.2", "description": "Counts the words of selected text in the editor.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index 730f843..44c6219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.6.1", + "version": "0.6.2", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {