Merge pull request #227 from stephendolan/screencast-embed

Embed a screencast tutorial in README
This commit is contained in:
Vitalii Elenhaupt 2021-04-13 19:17:23 +03:00 committed by GitHub
commit 7c586eb9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>
[🎬 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).