Skip to content

Commit

Permalink
Fix annoyng stuff in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Apr 9, 2009
1 parent 4b2fd30 commit 557fa7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Getting Started
===============

# Install Click to Globalize:
@script/plugin install git://github.com/jodosha/click-to-globalize.git@
@rake click:setup@
## @script/plugin install git://github.com/jodosha/click-to-globalize.git@
## @rake click:setup@
# Add at the end of your layout the following code:
@<%= click_to_globalize -%>@
## @<%= click_to_globalize -%>@
# Put in your view:
@<%= t(:'hello_world') %>@
## @<%= t(:'hello_world') %>@
# Start your server and click to globalize.


Expand Down Expand Up @@ -82,7 +82,7 @@ Common Issues
=============

# Due to unobtrusive nature of the plugin, each page is parsed by javascript
to find the right element and bind to it an Ajax.InPlaceEditor.
to find the right element and bind to it an @Ajax.InPlaceEditor@.
Be sure your (X)HTML is *wellformed*.

NOTE: If you use the Rails scaffold system, Click to Globalize
Expand All @@ -93,8 +93,8 @@ How To Contribute
=================

# Check out the code and test it:
git clone git://github.com/jodosha/click-to-globalize.git
rake click
## git clone git://github.com/jodosha/click-to-globalize.git
## rake click
# Create a ticket to the "Sushistar Lighthouse page":http://sushistar.lighthouseapp.com
# Create a patch and add as attachment to the ticket.

Expand Down

0 comments on commit 557fa7a

Please sign in to comment.