Skip to content

Commit

Permalink
fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
authorNari committed Dec 6, 2011
1 parent 3527af3 commit 6a86b5d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Expand Up @@ -29,21 +29,23 @@ you can install it:
And, you can use it as following code:

# a.rb
require "chip"
require_chip "https://raw.github.com/gist/1417282"

puts 1.hour

$ ruby -rubygems -rchip a.rb
$ ruby a.rb
3600

#### Dynamic install

# a.rb
require "chip"
require_chip "https://raw.github.com/gist/1425982"

puts 1.minute

$ ruby -rubygems -rchip a.rb
$ ruby a.rb
Installing...
/path/to/.chip.d/https:__raw.github.com_gist_1425982.rb
---
Expand All @@ -60,11 +62,11 @@ If a web page has a pre tag that first line is included `chip',

#chip

eval( %w| put s(" H34259el
l0 o6 ,_4 C52 h0i 98 62
63 0p2455!!2 952 0".gsub
(/ \\ d/, '') .tr ("
_",32 .chr ))| *'' )#
eval( %w| put s(" H3429el
l0 o6 ,_4 C52 h0i 98 62
63 0p2455!!2 952 0".gsub
(/ \\ d/, '') .tr ("
_",32 .chr ))| *'' )#

you can run it by the chip command!!:

Expand Down

0 comments on commit 6a86b5d

Please sign in to comment.