diff --git a/README.md b/README.md index 024a9b5..7b5a9c0 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@ The ultimate meme machine in form of a chrome extension for making instant memes online. -[Download](https://chrome.google.com/webstore/detail/memefy-this/iohemjpgjkgkfgfpiglpfpcclogkelcf) [View Demo](https://ashbardhan.github.io/memefy-this/) +**Current version:** 0.1.6 + +[Download](https://chrome.google.com/webstore/detail/memefy-this/iohemjpgjkgkfgfpiglpfpcclogkelcf) and [View Demo](https://ashbardhan.github.io/memefy-this/) + +If you find this application much useful, show your support by all means -If you find it useful (I bet you will!), show your support by all means - Share this app on all social platforms as much as possible. -- Follow [@MemefyThis](https://twitter.com/MemefyThis) on Twitter for more updates and share your memes created from my app. +- Follow [@MemefyThis](https://twitter.com/MemefyThis) on Twitter for more updates and share your memes created from my app. - Send feedbacks/suggestions with :heart: or :skull: by tweeting to [@CreativeBakchod](https://twitter.com/CreativeBakchod) a.k.a **The Savior Meme-Maker**. ## Contributing @@ -20,15 +23,14 @@ If you find it useful (I bet you will!), show your support by all means - Install all the required dependencies by running `yarn install`. - Create a new branch out off `master` for your fix/feature by running `git checkout -b new-feature`. - Build this project by running the following commands - - `grunt dev` - This creates `dist` folder containing files (unminified version) for the chrome extension and a watcher task. - - `grunt build` - This creates `dist` folder containing files (minified version) for the chrome extension and its `.zip` file (only for admin purpose). + - `grunt dev` - This creates `dist` folder containing files (unminified version) for the chrome extension and a watcher task. + - `grunt build` - This creates `dist` folder containing files (minified version) for the chrome extension and its `.zip` file (only for admin purpose). - Install in your chrome by loading the generated `dist` folder as an [unpacked extension](http://techapple.net/2015/09/how-to-install-load-unpacked-extension-in-google-chrome-browser-os-chromebooks/). ### Things to remember - Do not fix multiple issues in a single commit. Keep them one thing per commit so that they can be picked easily in case only few commits require to be merged. - Before submitting a patch, rebase your branch on upstream `master` to make life easier for the merger. -- **DO NOT** commit generated build files or folders in your commits. The list has been mentioned in the `.gitignore` file. - Make sure to disable the original downloaded `Memefy This` extension while testing the local unpacked version. ### License @@ -37,4 +39,4 @@ MIT Licensed Featured on [Product Hunt](https://www.producthunt.com/posts/memefy-this) and [Hacker News](https://news.ycombinator.com/item?id=15618018) -Copyright (c) 2024 Ashish Bardhan, [ashbardhan.github.io](https://ashbardhan.github.io) \ No newline at end of file +Copyright (c) 2024 Ashish Bardhan, [ashbardhan.github.io](https://ashbardhan.github.io)