Slight restructuring of coffeescript example in README
This commit is contained in:
parent
32126d341c
commit
9382742f20
|
@ -42,8 +42,9 @@ Cylon.robot({
|
|||
Cylon = require 'cylon'
|
||||
|
||||
Cylon.robot
|
||||
device: { name: '<%= basename %>', driver: '<%= basename %>' }
|
||||
connection: { name: '<%= basename %>', adaptor: '<%= basename %>' }
|
||||
device: { name: '<%= basename %>', driver: '<%= basename %>' }
|
||||
|
||||
work: (my) ->
|
||||
# provide an example of your module here
|
||||
|
||||
|
|
Loading…
Reference in New Issue