From 805ae8fa844737a2f19435c65399c47abd0eb4ae Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 18 Mar 2020 08:36:33 +0000 Subject: [PATCH] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + src/data.js | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 738d345a..f0b675d4 100644 --- a/readme.md +++ b/readme.md @@ -29,6 +29,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil # Awesome Uses ![Awesome][awesome-badge] +* [Kelvin Mai](https://kelvinmai.io/uses) — Self Taught Full Stack developer, youtuber, full time nerd and aspiring functional programming polyglot * [Tim Raderschad](https://cstrnt.dev/uses) — Germany based JS Enthuasiast * [Gerardo Jaramillo](https://www.codingwithjerry.com/uses) — Developer and Dreamer * [Andrew Nguyen Vo](https://awnvo.com/uses) — Lover of code, coffee, and karaoke diff --git a/src/data.js b/src/data.js index 641c9d3e..3e1d67df 100644 --- a/src/data.js +++ b/src/data.js @@ -2,7 +2,8 @@ module.exports = [ { name: 'Kelvin Mai', - description: 'Self Taught Full Stack developer, youtuber, full time nerd and aspiring functional programming polyglot', + description: + 'Self Taught Full Stack developer, youtuber, full time nerd and aspiring functional programming polyglot', url: 'https://kelvinmai.io/uses', twitter: '@kelvinmai', emoji: '🤷‍♂️', @@ -25,7 +26,7 @@ module.exports = [ 'Clojure', 'ClojureScript', 'Linux', - ] + ], }, { name: 'Tim Raderschad',