From ef13456dd69a39d0487001aca803dc7ea3b14e0b Mon Sep 17 00:00:00 2001 From: Sakshi Umredkar <128240967+saakshii12@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:02:05 +0530 Subject: [PATCH] Fixed a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b44b217..1797ac7a3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ navigate to the `chuck/src` directory, and run `make`: cd chuck/src make mac ``` -OR to build a universal binary (intel + apple sillicon): +OR to build a universal binary (intel + apple silicon): ``` make mac-ub ```