Skip to content

Commit

Permalink
Pkg.clone -> Pkg.add in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Aug 26, 2014
1 parent da371f8 commit 035aa76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple finite state machine library for Julia, based on Jake Gordon's [javascr

### Installation

julia> Pkg.clone("git://github.com/tensorjack/FiniteStateMachine.jl")
julia> Pkg.add("FiniteStateMachine")

### Usage

Expand Down Expand Up @@ -35,7 +35,7 @@ A simple finite state machine library for Julia, based on Jake Gordon's [javascr
],
],
"callbacks" => (String => Function)[
"onbeforeevent" => (fsm::StateMachine, args...) -> 10,
"onbeforeevent" => (fsm::StateMachine, args...) -> 1+1,
],
])

Expand Down

0 comments on commit 035aa76

Please sign in to comment.