Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fptavares committed Nov 26, 2017
1 parent 4454833 commit c95daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -247,7 +247,7 @@ The object describing the operations to be exposed by the application. You can a
// Operation with preceding middleware
// The last element of the array should be the handler for the operation.
// This works in both function and http modes.
operationC: [...middleware, () => { /* Do stuff */ }]
operationC: [ ...middleware, () => { /* Do stuff */ } ]
}
```

Expand Down

0 comments on commit c95daca

Please sign in to comment.