From d272a642383feddcf3f24ea8fd535860f4c116a0 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 16 May 2020 12:27:26 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 628e782..3d33b1a 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,15 @@ const str = fs.readFileSync( ).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 To manually re-trigger the workflows run on the last commit run the following commands: ```bash git commit -m "Retrigger CI" --allow-empty git push -f -``` \ No newline at end of file +``` + From a34707c0313ccf2323023490c5fd8ec8815868d7 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 16 May 2020 13:53:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3d33b1a..0bdc588 100644 --- a/README.md +++ b/README.md @@ -134,11 +134,8 @@ const str = fs.readFileSync( [![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 +# Example of auto generated readme: + +![serve php](https://user-images.githubusercontent.com/6702424/82119079-d34c8380-977b-11ea-986d-55c783ca076a.jpeg) -To manually re-trigger the workflows run on the last commit run the following commands: -```bash -git commit -m "Retrigger CI" --allow-empty -git push -f -```