From b3aae1138ff05cb912b08e130c2cf5e6b0a9c39b Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:40:14 +0200 Subject: [PATCH] typo README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c9ef4e..348c5c4b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ However, if you want to build it yourself, you can build it from the git reposit It is recommended to run the build inside a docker (as explained below), since it guarantees that all the dependencies are installed. Alternatively, you can try following the commands in the -[docker file](https://github.com/starkware-libs/cairo-lang/blob/master/Dockerfile). +[Dockerfile](https://github.com/starkware-libs/cairo-lang/blob/master/Dockerfile). ## Building using the dockerfile