diff --git a/README.md b/README.md index 7d1b70c..8a2da6f 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ As these functions are written in cairo0, we rely on git submodules for using th E.g. like this: ```gitmodules -[submodule "packages/eth-essentials"] - path = packages/eth-essentials - url = https://github.com/HerodotusDev/eth-essentials.git +[submodule "packages/eth_essentials"] + path = packages/eth_essentials + url = https://github.com/HerodotusDev/eth_essentials.git ``` -When compiling your program, it is important to set the `CAIRO_PATH` environment variable to the path of the `eth-essentials` directory. This is necessary for the compiler to find the imported functions. For the example above, this would look like this: `cairo-compile --cairo_path="packages/eth-essentials" ...` +When compiling your program, it is important to set the `CAIRO_PATH` environment variable to the path of the `eth_essentials` directory. This is necessary for the compiler to find the imported functions. For the example above, this would look like this: `cairo-compile --cairo_path="packages/eth_essentials" ...` Now the functions can be imported like this: