diff --git a/docs/build-on-morph/practical-examples/1-deploy-contract-on-morph.md b/docs/build-on-morph/practical-examples/1-deploy-contract-on-morph.md index 4a4cadb0..95225a3a 100644 --- a/docs/build-on-morph/practical-examples/1-deploy-contract-on-morph.md +++ b/docs/build-on-morph/practical-examples/1-deploy-contract-on-morph.md @@ -32,6 +32,7 @@ This [demo repo](https://github.com/morph-l2/morph-examples/tree/main/contract-d ```shell git clone https://github.com/morph-l2/morph-examples.git + cd morph-examples cd contract-deploy-demo yarn install ``` @@ -50,6 +51,7 @@ This [demo repo](https://github.com/morph-l2/morph-examples/tree/main/contract-d ```shell git clone https://github.com/morph-l2/morph-examples.git + cd morph-examples cd contract-deploy-demo ```