From 42b73eaf60f00f4ba8bea503023b19ea57c6a1c9 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Mon, 20 Mar 2017 16:36:27 +0100 Subject: [PATCH] Fix wrong code block language --- .../2010-06-06-firefly-043-and-firefly-client-040-released.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2010-06-06-firefly-043-and-firefly-client-040-released.md b/content/posts/2010-06-06-firefly-043-and-firefly-client-040-released.md index 58fab8d..5195ac8 100644 --- a/content/posts/2010-06-06-firefly-043-and-firefly-client-040-released.md +++ b/content/posts/2010-06-06-firefly-043-and-firefly-client-040-released.md @@ -21,7 +21,7 @@ The client library allows your Ruby application to easily shorten URLs with a re Using the Firefly Client is very easy, read the following snippet from the [README][3]: -``` rubvy +``` ruby require 'rubygems' require 'firefly-client'