From f6b10d9e670a9203fcbcc1dc106da3b77455c0cc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 8 Aug 2023 14:44:59 +0300 Subject: [PATCH] updated readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 42fbebc..d6854dd 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,13 @@ It's built in rust and relies on github releases to install the dependencies in Example of `soldeer.toml` ```toml -[remappings] -enabled = true - [sdependencies] -"openzeppelin~v4.9.2" = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v4.9.2.zip" -"uniswap-v3-periphery~v1.0.0" = "https://github.com/Uniswap/v3-periphery/archive/refs/tags/v1.0.0.zip" +"@openzeppelin~v4.9.2" = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v4.9.2.zip" +"@openzeppelin~v1.0.5" = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v1.0.5.zip" + +[foundry] +enabled = true +foundry-config = true ``` ### Foundry integration