Skip to content

Commit 5c290e5

Browse files
committed
fix: typo in code example
1 parent 855d117 commit 5c290e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webui/src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function showImage(evt: MouseEvent) {
124124
<div class="text-center">
125125
<h2 class="mb-3">Try Mokapi in a Second</h2>
126126
<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>
127+
<pre class="quick-start-code"><code>npx go-mokapi https://petstore31.swagger.io/api/v31/openapi.json</code></pre>
128128
</div>
129129
<p class="text-muted mb-0 quick-start-desc">
130130
Instantly mock Swagger's Petstore API and start testing

0 commit comments

Comments
 (0)