From b274ac7334e6dd12e25961477c38a479e0028def Mon Sep 17 00:00:00 2001 From: michielbdejong Date: Sat, 1 Feb 2025 12:40:55 +0000 Subject: [PATCH] fix filename --- DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV.md b/DEV.md index 11c4409..f07c9c1 100644 --- a/DEV.md +++ b/DEV.md @@ -21,7 +21,7 @@ cd nextgraph-rs cargo build ``` -once your ngd server will run in your dev env, replace the above string in `src/local_broker_dev_env.rs` with the actual PEER ID of your ngd server. +once your ngd server will run in your dev env, replace the above string in `nextgraph/src/local_broker_dev_env.rs` with the actual PEER ID of your ngd server. ### Packages