From 9aba9f9822072ba51abca8aec9c75ae3be7f1160 Mon Sep 17 00:00:00 2001 From: Suizzle Date: Wed, 13 Sep 2023 12:20:49 -0400 Subject: [PATCH] Correct capitalization and spelling --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0897f39..6c73c9d 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ The `SignInButton` component: ...and more! -### The Move Contract +### The Move contract -You can publish the move contract using the following command: +You can publish the Move contract using the following command: `sui client publish --gas-budget 10000` -### Running The Frunt End +### Running the front end `yarn dev` @@ -57,4 +57,4 @@ And then open a browser window to the specified port (e.g. http://localhost:3000 ### Deploying the front end -Simply deploy to the main branch and the live site should update. \ No newline at end of file +Simply deploy to the main branch and the live site should update.