diff --git a/README.md b/README.md index 284de77..588957b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ [![CI](https://github.com/emacs-vs/vs-edit-mode/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-vs/vs-edit-mode/actions/workflows/test.yml) +## 🔨 Usage + +Place the following code to your `init.el`: + +```elisp +(vs-edit-mode 1) +``` + +Or just `M-x vs-edit-mode`! + ## Contribute [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)