Update README.md

This commit is contained in:
Garrone Joseph 2020-05-16 12:27:26 +02:00 committed by GitHub
parent 3da058ab74
commit d272a64238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,10 +130,15 @@ const str = fs.readFileSync(
).toString("utf8"); ).toString("utf8");
``` ```
# Video demo
[![Watch the video](https://user-images.githubusercontent.com/6702424/82117367-c32ea700-976f-11ea-93f9-ec056aebc528.png)](https://youtu.be/Q5t-yP2PvPA)
# Re-triggering the CI tests # Re-triggering the CI tests
To manually re-trigger the workflows run on the last commit run the following commands: To manually re-trigger the workflows run on the last commit run the following commands:
```bash ```bash
git commit -m "Retrigger CI" --allow-empty git commit -m "Retrigger CI" --allow-empty
git push -f git push -f
``` ```