From 391269ed835a34a03ea64901c835276722a08b19 Mon Sep 17 00:00:00 2001 From: typicode Date: Sat, 7 Sep 2019 04:07:54 +0200 Subject: [PATCH] update README.md --- README.md | 60 +++++++++++++++++++++++++-------------------------- scripts/oc.js | 3 ++- 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 762d207a6..4ddbe2eb4 100644 --- a/README.md +++ b/README.md @@ -55,40 +55,40 @@ Support this project with your organization. Your logo will show up here with a #### Gold Sponsors - - - - - - - - - - + + + + + + + + + + #### Silver Sponsors - - - - - - - - - - + + + + + + + + + + #### Bronze Sponsors - - - - - - - - - - + + + + + + + + + + ### Individuals diff --git a/scripts/oc.js b/scripts/oc.js index e51d41278..9d0242705 100644 --- a/scripts/oc.js +++ b/scripts/oc.js @@ -2,10 +2,11 @@ const fs = require('fs') function renderTier(tier, height) { + const baseUrl = `https://opencollective.com/husky/tiers/${tier.toLowerCase()}-sponsor` const arr = [`#### ${tier} Sponsors`] for (let i = 0; i <= 9; i++) { arr.push( - `` + `` ) }