diff --git a/book/ch02-03-hello-move.html b/book/ch02-03-hello-move.html index e8476d84..8f5ff26b 100644 --- a/book/ch02-03-hello-move.html +++ b/book/ch02-03-hello-move.html @@ -196,10 +196,10 @@
Aptos language requires you to initialize the Move environment:
-movement aptos init
+movement init
Then you can publish the module:
-movement aptos move publish --named-addresses chat_addr=default
+movement move publish --named-addresses chat_addr=default
Test Front End
To test the front end, navigate to the frontend directory and run the following command to start the front end server.