From f00a6c396f1090186e6e314d4a1819d291b383d0 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 27 Jan 2025 03:20:00 +0900 Subject: [PATCH] docs: update README.md dependancies -> dependencies dependancy -> dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5105cb56..bcc12522 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,9 @@ brew install cmake You can run `make install` to install deps all in one (or `make install-dev` if you need the development versions). -Be aware that the build task is very long and cpu consuming, as you will build from sources all dependancies, including the v8 Javascript engine. +Be aware that the build task is very long and cpu consuming, as you will build from sources all dependencies, including the v8 Javascript engine. -#### Step by step build dependancy +#### Step by step build dependency The project uses git submodules for dependencies.