Skip to content

Commit

Permalink
Updated README with #8
Browse files Browse the repository at this point in the history
  • Loading branch information
trustmaster committed Aug 12, 2013
1 parent c4321de commit 9718759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func NewGreetingApp() *GreetingApp {
n.Add(new(Greeter), "greeter")
n.Add(new(Printer), "printer")
// Connect them with a channel
n.Connect("greeter", "Res", "printer", "Line", make(chan string))
n.Connect("greeter", "Res", "printer", "Line")
// Our net has 1 inport mapped to greeter.Name
n.MapInPort("In", "greeter", "Name")
return n
Expand Down

0 comments on commit 9718759

Please sign in to comment.