From d3e27168a7e7cfc9a35e60b7a2f371824aae6c1f Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Sun, 27 Aug 2023 18:29:16 -0700 Subject: [PATCH] Add MELPA badge --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c919821..52523e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # deno-ts-mode +[![MELPA](https://melpa.org/packages/deno-ts-mode-badge.svg)](https://melpa.org/#/deno-ts-mode) + A major mode for Deno, based on `typescript-ts-mode`. ## Features @@ -13,8 +15,11 @@ A major mode for Deno, based on `typescript-ts-mode`. Requires Emacs 29+ with tree-sitter installed. +Available on [MELPA](https://melpa.org/#/deno-ts-mode): + ```elisp -(package-vc-install "https://git.sr.ht/~mgmarlow/deno-ts-mode") +(use-package deno-ts-mode + :ensure t) ``` ### Installing tree-sitter parsers -- 2.45.2