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.