Skip to content

Commit

Permalink
fix "List all images" active first
Browse files Browse the repository at this point in the history
  • Loading branch information
MwumLi authored and joaofnfernandes committed Nov 10, 2017
1 parent 7ec947b commit 5d6a290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/sdk/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Reticulating spline 5...
List the images on your Engine, similar to `docker images`:

<ul class="nav nav-tabs">
<li> class="active"<a data-toggle="tab" data-target="#tab-listimages-go" data-group="go">Go</a></li>
<li class="active"><a data-toggle="tab" data-target="#tab-listimages-go" data-group="go">Go</a></li>
<li><a data-toggle="tab" data-target="#tab-listimages-python" data-group="python">Python</a></li>
<li><a data-toggle="tab" data-target="#tab-listimages-curl" data-group="curl">HTTP</a></li>
</ul>
Expand Down

0 comments on commit 5d6a290

Please sign in to comment.