From 0a472681af9ef5f36728d623caa176b1a6b09183 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Thu, 30 Jan 2025 11:50:12 +0800 Subject: [PATCH] Fix small install typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3735647b..f8471029 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ This build task is very long and cpu consuming, as you will build v8 from source make install-zig-js-runtime ``` -For dev env, use `make iinstall-zig-js-runtime-dev`. +For dev env, use `make install-zig-js-runtime-dev`. ## Test