From 7a47584a4b2531a2e1b5963149ffb842f712d3a7 Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Mon, 4 Dec 2017 21:17:28 +0100 Subject: [PATCH] add blog post to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77c9d80..cfb2251 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This is a port of the ["Your second WebExtension"](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_second_WebExtension) for Firefox to Kotlin. +Blog post: https://medium.com/@Cypressious/your-second-firefox-extension-in-kotlin-bafd91d87c41 + ## Requirements - JDK 8