Skip to content

Commit

Permalink
Update codegen prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
lqtian committed Nov 2, 2016
1 parent f797650 commit a3676e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cross-origin-prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3 class="modal-title">Prompt</h3>
</div>
<div class="modal-body">
<div class="form-group">
<label>Currently only C# is supported, however, you can generate other languages in <a target="_blank" href = "http://editor.swagger.io/">Swagger Service</a> by yourself with the following spec:<br><br>
<label>You could generate codes in <a target="_blank" href = "http://editor.swagger.io/">Swagger Service</a> by yourself with the following spec:<br><br>
<textarea id="prompt-swaggerspec" class="form-control" cols="30" rows="10" readonly>{{swaggerSpec}}</textarea>
<br><br>
</div>
Expand Down

0 comments on commit a3676e7

Please sign in to comment.