From 3efea8be04e9da2188e9218d634ac009b209f8c9 Mon Sep 17 00:00:00 2001 From: Wlodek Bzyl Date: Mon, 14 Sep 2009 13:35:24 +0200 Subject: [PATCH] fixed typo: should be link_to --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index fc1ce43..9e5e3e9 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ Gem *sinatra-static-assets* implements the following helpers methods: * `image_tag` * `stylesheet_link_tag` * `javascript_script_tag` -* `link_tag` +* `link_to` To install it, run: