From f4b7b35b95fd644d3eea7256d6ec4c92741ca6d1 Mon Sep 17 00:00:00 2001 From: Rick Blommers Date: Sun, 27 Oct 2013 22:11:45 +0100 Subject: [PATCH] Fixed font-awesome cheatsheet path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06f096..44979cb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You probably want to create a single QtAwesome object for your whole application Add an accessor to this object. (a global function, member of your application object whatever you like). -Use an icon name from the icon copy-past list [http://fortawesome.github.io/Font-Awesome/cheatsheet/](http://fortawesome.github.io/Font-Awesome/cheatsheet/) +Use an icon name from the icon copy-past list [http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/](http://fortawesome.github.io/Font-Awesome/3.2.1/cheatsheet/) Example