We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855d117 commit 5c290e5Copy full SHA for 5c290e5
1 file changed
webui/src/views/Home.vue
@@ -124,7 +124,7 @@ function showImage(evt: MouseEvent) {
124
<div class="text-center">
125
<h2 class="mb-3">Try Mokapi in a Second</h2>
126
<div class="d-flex justify-content-center flex-wrap">
127
- <pre class="quick-start-code"><code>npx mokapi https://petstore31.swagger.io/api/v31/openapi.json</code></pre>
+ <pre class="quick-start-code"><code>npx go-mokapi https://petstore31.swagger.io/api/v31/openapi.json</code></pre>
128
</div>
129
<p class="text-muted mb-0 quick-start-desc">
130
Instantly mock Swagger's Petstore API and start testing
0 commit comments