Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 3, 2023
1 parent 00a9beb commit d705118
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,36 @@ This is a great way to have a peek at what the runtime can do. You may however w

## Demos

### Get a runtime

<figure>
<img src="./scripts/demos/gif/demo-get.gif" alt="demo get" />
<figcaption>subwasm get</figcaption>
</figure>

### info command

<figure>
<img src="./scripts/demos/gif/demo-info.gif" alt="demo info" />
<figcaption>subwasm info</figcaption>
</figure>

### show command

<figure>
<img src="./scripts/demos/gif/demo-meta.gif" alt="demo meta" />
<figcaption>subwasm show</figcaption>
</figure>

### meta command

<figure>
<img src="./scripts/demos/gif/demo-meta.gif" alt="demo meta" />
<figcaption>subwasm meta</figcaption>
</figure>

### diff command

<figure>
<img src="./scripts/demos/gif/demo-diff.gif" alt="demo diff" />
<figcaption>subwasm diff</figcaption>
Expand Down
15 changes: 10 additions & 5 deletions doc/demos.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

:imagesdir: ./scripts/demos/gif

.Get a runtime
=== Get a runtime

image::demo-get.gif[title="subwasm get"]

.info command
=== info command

image::demo-info.gif[title="subwasm info"]

.show command
=== show command

image::demo-meta.gif[title="subwasm show"]

.meta command
=== meta command

image::demo-meta.gif[title="subwasm meta"]

.diff command
=== diff command

image::demo-diff.gif[title="subwasm diff"]

0 comments on commit d705118

Please sign in to comment.