Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Primata committed May 14, 2024
2 parents 1f51dbb + e44c663 commit 1f09449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clone this repository

## Aptos Iteration

The first iteration of the dApp is built using the Aptos Move language. The dApp is located in the `aptos` directory. Once inside the repository, navigate to the `aptos` directory and run the following command to deploy the dApp to the Move VM.
The first iteration of the dApp is built using the Aptos Move language. The dApp is located in the `aptos` directory. Once inside the repository, navigate to the `aptos` directory and run the following commands to deploy the dApp to the Move VM.

```bash
cd aptos
Expand Down Expand Up @@ -108,4 +108,4 @@ Replace `chatRoomId` with the ID of the `ChatRoom` you just published. Make sure

Replace `CHAT_PACKAGE_ID` with the ID of your `chat` package.

Now you can try running your transactions on the frontend and see the chat messages being posted.
Now you can try running your transactions on the frontend and see the chat messages being posted.

0 comments on commit 1f09449

Please sign in to comment.