mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Merge pull request #227 from stephendolan/screencast-embed
Embed a screencast tutorial in README
This commit is contained in:
commit
7c586eb9e5
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
|
* [Watch a tutorial](#watch-a-tutorial)
|
||||||
* [Run in parallel](#run-in-parallel)
|
* [Run in parallel](#run-in-parallel)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
* [As a project dependency:](#as-a-project-dependency)
|
* [As a project dependency:](#as-a-project-dependency)
|
||||||
|
@ -64,6 +65,12 @@ Finished in 542.64 milliseconds
|
||||||
129 inspected, 2 failures
|
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
|
### Run in parallel
|
||||||
|
|
||||||
Starting from 0.31.0 Crystal [supports parallelism](https://crystal-lang.org/2019/09/06/parallelism-in-crystal.html).
|
Starting from 0.31.0 Crystal [supports parallelism](https://crystal-lang.org/2019/09/06/parallelism-in-crystal.html).
|
||||||
|
|
Loading…
Reference in a new issue