From bc5770403a57666d0b3ea4c4bdb890d9811dadd9 Mon Sep 17 00:00:00 2001 From: mgmarlow Date: Mon, 21 Aug 2023 19:21:57 -0700 Subject: [PATCH] Update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aec4b6..4a02f8e 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,17 @@ control. ## Task automation -If your project contains a [deno configuration +If your project's [deno configuration file](https://deno.land/manual@v1.36.2/getting_started/configuration_file) -you can run tasks directly from Emacs. +contains tasks you can run them directly from Emacs. + +```json +{ + "tasks": { + "dev": "deno run --watch main.ts" + } +} +``` Run a task: -- 2.45.2