From 5a2c69b08d9ee541e2486dcf33dc7637d52f7bb4 Mon Sep 17 00:00:00 2001 From: Lisa <106527861+sthwnd@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:32:41 +0200 Subject: [PATCH] Update docs/docs/getting_started/quick_start.md Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> --- docs/docs/getting_started/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/quick_start.md b/docs/docs/getting_started/quick_start.md index c29f1b06b84..c980b5e7ffc 100644 --- a/docs/docs/getting_started/quick_start.md +++ b/docs/docs/getting_started/quick_start.md @@ -98,7 +98,7 @@ bb prove -b ./target/hello_world.json -w ./target/hello_world.gz -o ./target/pro :::tip -Naming can be confusing, specially as you pass them to the `bb` commands. If unsure, it won't hurt to delete the target folder and start a new to make sure you're using the most recent versions of the compiled circuit and witness. +Naming can be confusing, specially as you pass them to the `bb` commands. If unsure, it won't hurt to delete the target folder and start fresh to make sure you're using the most recent versions of the compiled circuit and witness. :::