From fc3caf687ea2b568f259cc536415e9003190ec63 Mon Sep 17 00:00:00 2001 From: RK Aranas Date: Tue, 9 Oct 2018 16:35:35 +0800 Subject: [PATCH 1/3] Add optional items. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index df667a9..14a9c97 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ Here's a checklist that might help: - [ ] **Agenda** If you're just starting your meetup group and don't have talk topics and speakers in mind yet, it's totally fine to organize a "meet and greet" first. A Python meetup group would be very much like any hobby meetup group where people meet and hangout for a common interest (e.g board games, lan parties etc.) except we talk about Python and related tech. + +- [ ] **Snacks** + + For the attendees. This one's optional. Don't overthink it; simple snacks are fine! + +- [ ] **Internet** + +For demos and workshops that use APIs or packages that need to be installed online. This one's optional as well but it's great to have it. + That's it! Good luck! From a9fbdf425e057db4ee836df683136b5f2589a359 Mon Sep 17 00:00:00 2001 From: RK Aranas Date: Tue, 9 Oct 2018 16:37:21 +0800 Subject: [PATCH 2/3] Add whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a9c97..40cccff 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here's a checklist that might help: - [ ] **Internet** -For demos and workshops that use APIs or packages that need to be installed online. This one's optional as well but it's great to have it. + For demos and workshops that use APIs or packages that need to be installed online. This one's optional as well but it's great to have it. That's it! Good luck! From 4c2884ffb0080f2ab3b5278d3d04fcfb1f638493 Mon Sep 17 00:00:00 2001 From: RK Aranas Date: Tue, 9 Oct 2018 16:38:29 +0800 Subject: [PATCH 3/3] Revise internet description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40cccff..898624a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here's a checklist that might help: - [ ] **Internet** - For demos and workshops that use APIs or packages that need to be installed online. This one's optional as well but it's great to have it. + For demos and workshops that use web APIs. This one's optional as well but it's great to have it. That's it! Good luck!