From 227229d9c7bac3e4bd30a7f17763701c98ca3895 Mon Sep 17 00:00:00 2001 From: kenilshahh Date: Sun, 19 Jan 2025 22:18:26 +0530 Subject: [PATCH] add correct source url for zap-pretty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aded9ac5..24fa6e5c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You will need [foundry](https://book.getfoundry.sh/getting-started/installation) ``` curl -L https://foundry.paradigm.xyz | bash foundryup -go install github.com/maoueh/zap-pretty@latest +go install github.com/maoueh/zap-pretty/cmd/zap-pretty@latest ``` You will also need to [install docker](https://docs.docker.com/get-docker/), and build the contracts: ```