From 6f53366929994c18bf4ef2a613bb28545622c9ca Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:30:59 -0700 Subject: [PATCH] Corrects documentation for upload and deploy command (#144) * uses web component * outputs html * incremenet version * adds deploying to web4 to readme * clean up docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdc24ff..e64db19 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Commands: init [options] Initialize a new project clone [account] [dest] Clone a SocialDB repository deploy [options] [appName] Deploy the project - upload [options] [string] [string] Upload data to SocialDB + upload [options] [appName] Upload data to SocialDB help [command] display help for command ``` @@ -304,7 +304,7 @@ bw deploy [app name] --deploy-account-id [deployAccountId] --signer-account-id [ * `--signer-public-key ` (Optional): Public key for signing transactions in the format: `ed25519:`. Will default to interactive [near-cli-rs](https://github.com/near/near-cli-rs) if not provided. -* `--signer-private-key ` (Optional): Private key in `ed25519:` format for signing transactions. Will default to interactive [near-cli-rs](https://github.com/near/near-cli-rs) if not provided. +* `--signer-private-key ` (Optional): Private key for signing transactions in the format: `ed25519:`. Will default to interactive [near-cli-rs](https://github.com/near/near-cli-rs) if not provided. * `-n, --network ` (Optional): Network to deploy for (default: "mainnet").