From 99bbecce5da246fd15e409b460d09fd08fad7cc7 Mon Sep 17 00:00:00 2001 From: snoppy Date: Fri, 3 May 2024 17:02:25 +0800 Subject: [PATCH] chore: fix typos and link update Signed-off-by: snoppy --- README.md | 2 +- website/docs/tasks/init.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b140f6d55..2f23d8549 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ npm run build-all ## Taqueria Tests ### Unit Tests -Running the unit tests requires deno is installed on your system. Installation instructions can be found [here](https://deno.land/manual@v1.18.2/getting_started/installation) +Running the unit tests requires deno is installed on your system. Installation instructions can be found [here](https://docs.deno.com/runtime/manual/getting_started/installation) ### E2E and Integration tests If you are running from built sources, start with `npm run build-all` diff --git a/website/docs/tasks/init.md b/website/docs/tasks/init.md index 58c117708..f11a8fa3b 100644 --- a/website/docs/tasks/init.md +++ b/website/docs/tasks/init.md @@ -6,13 +6,13 @@ title: init Taq `init` is used to initialize a Taqueria project. It can be used to create a new project from scratch, or can `taq'ify` an existing project -Running `taq init` with no argumets will taq'ify the current directory, while `taq init [path]` will create a new taq'ified directory at the given path +Running `taq init` with no arguments will taq'ify the current directory, while `taq init [path]` will create a new taq'ified directory at the given path You may also supply the `-w/--workflow` flag if you'd like to have the necessary plugins pre-installed for you depending on what kind of developer you are: ligo, smartpy, archetype, or michelson. E.g. `taq init [path] --workflow [language]` The task will create the following directories: -- `.taq` - Taqueria configuation files (`config.json`, `state.json`, `development-state.json`) +- `.taq` - Taqueria configuration files (`config.json`, `state.json`, `development-state.json`) - `contracts` - The default directory for smart contract source files - `artifacts` - The default directory for Michelson files