Skip to content

Commit 3ecabf7

Browse files
committed
fix commands
1 parent d11fab1 commit 3ecabf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ <h2>Get Started in Minutes</h2>
118118
<pre><code><span class="comment"># Install CLI</span>
119119
npm install -g @stratix/cli
120120

121-
<span class="comment"># Create project with modular structure</span>
121+
<span class="comment"># Create project with single context structure</span>
122122
stratix new product-api --structure single-context
123123

124-
<span class="comment"># Generate bounded context</span>
124+
<span class="comment"># Install dependencies</span>
125125
cd product-api
126126
npm i
127127
<span class="comment"># Start developing</span>

0 commit comments

Comments
 (0)