From 6593355a056f2a85874c7d7132e32d7fb6410458 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Thu, 18 Jul 2024 20:12:05 -0400 Subject: [PATCH 1/2] Add README presentation from TPRC 2024 This is "Build a Better README" from The Perl and Raku Conference 2024 in Las Vegas, Nevada. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index fcaebbe..d7eeb62 100644 --- a/readme.md +++ b/readme.md @@ -119,6 +119,10 @@ This can also be a dedicated section of your README.md files. - ["ARCHITECTURE.md"](https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html) - *Alex Kladov* - ["Two open source projects with great documentation"](https://johnjago.com/great-docs/) - *John Jago* +## Presentations + +- ["Build a Better README"](https://www.youtube.com/watch?v=vfZuFo1gTB8&list=PLA9_Hq3zhoFw6patag2gZcDjpugDLBStL&index=31) - *Jason A. Crome* + ## Tools - [Amazing GitHub Template](https://github.com/dec0dOS/amazing-github-template#readme) - Useful README.md, LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, GitHub Issues, Pull Requests and Actions templates to jumpstart your projects. From c3dc1459e3e6aebe0046ae0bdb01df260ea15182 Mon Sep 17 00:00:00 2001 From: Robson Date: Wed, 4 Sep 2024 20:18:15 +0100 Subject: [PATCH 2/2] Add detail to the description --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d7eeb62..552b6e0 100644 --- a/readme.md +++ b/readme.md @@ -121,7 +121,7 @@ This can also be a dedicated section of your README.md files. ## Presentations -- ["Build a Better README"](https://www.youtube.com/watch?v=vfZuFo1gTB8&list=PLA9_Hq3zhoFw6patag2gZcDjpugDLBStL&index=31) - *Jason A. Crome* +- ["Build a Better README"](https://www.youtube.com/watch?v=vfZuFo1gTB8&list=PLA9_Hq3zhoFw6patag2gZcDjpugDLBStL&index=31) - *Jason A. Crome* at *The Perl and Raku Conference* in 2024 in Las Vegas, Nevada, USA. ## Tools