From f8c32151f6e85c318e82f4efd741fd5bcb53cc9f Mon Sep 17 00:00:00 2001 From: Dustin Stiles Date: Mon, 24 Mar 2025 13:40:03 -0400 Subject: [PATCH] docs(readme): update 'latest' to 'main' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbc2327..938d796 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ _DSFX is a next generation file exchange that that liberates users from big tech ```bash # Run a server -go run koti.casa/numenor-labs/dsfx/cmd/dsfx@latest +go run koti.casa/numenor-labs/dsfx/cmd/dsfx@main # serving: dsfx://0.0.0.0:8000# # Get the client -go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@latest test dsfx://0.0.0.0:8000# +go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@main test dsfx://0.0.0.0:8000# ```