diff --git a/README.md b/README.md index 089b543..5a8cef2 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ A simple plugin to preview your markdown as you type right in Sublime Text. No dependencies! + +## How to install + +It's available on package control! + +## How to contribute + +1. Fork this repo +2. Make your own branch (the name of the branch should be the feature you are + implementing eg. `improve-tables`, `fix-crash-on-multiple-preview` +3. All your code should be formated by black. +4. Send a PR! + +