Embed screencast in README

This commit is contained in:
Stephen Dolan 2021-04-12 13:52:59 -04:00
parent 9a25214bb5
commit 8de1e0905a
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- [About](#about)
- [Usage](#usage)
* [Watch a tutorial](#watch-a-tutorial)
* [Run in parallel](#run-in-parallel)
- [Installation](#installation)
* [As a project dependency:](#as-a-project-dependency)
@ -64,6 +65,12 @@ Finished in 542.64 milliseconds
129 inspected, 2 failures
```
### Watch a tutorial
<a href="https://luckycasts.com/videos/ameba"><img src="https://i.imgur.com/uOETQlM.png" title="Write Better Crystal Code with the Ameba Shard" width="500" /></a>
[🎬 &nbsp; Watch the LuckyCast showing how to use Ameba](https://luckycasts.com/videos/ameba)
### Run in parallel
Starting from 0.31.0 Crystal [supports parallelism](https://crystal-lang.org/2019/09/06/parallelism-in-crystal.html).