Skip to content

Commit

Permalink
changes for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaalexandru committed Feb 9, 2016
1 parent 2fe79cb commit e13209c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install seneca-sm
#### Initialisation

```js
seneca.act( 'role: sm, create: instance', {config: sm_configuration}, function( err, context ) {
seneca.act( 'role: sm, create: instance', config, function( err, context ) {
})
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seneca-sm",
"version": "1.0.0",
"version": "1.0.1",
"description": "A state machine implementation plugin for Seneca",
"main": "lib/sm.js",
"scripts": {
Expand Down

0 comments on commit e13209c

Please sign in to comment.