There was an error while loading. Please reload this page.
1 parent d11fab1 commit 3ecabf7Copy full SHA for 3ecabf7
1 file changed
index.html
@@ -118,10 +118,10 @@ <h2>Get Started in Minutes</h2>
118
<pre><code><span class="comment"># Install CLI</span>
119
npm install -g @stratix/cli
120
121
-<span class="comment"># Create project with modular structure</span>
+<span class="comment"># Create project with single context structure</span>
122
stratix new product-api --structure single-context
123
124
-<span class="comment"># Generate bounded context</span>
+<span class="comment"># Install dependencies</span>
125
cd product-api
126
npm i
127
<span class="comment"># Start developing</span>
0 commit comments