Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 25, 2013
1 parent 0d82e77 commit 8daa631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ rep.bind(4000);
Expose a single method `name` mapped to `fn` callback.

```js
server.expose('add', function(function(a, b, fn){
server.expose('add', function(a, b, fn){
fn(null, a + b);
}));
});
```

### Server#expose(object)
Expand Down Expand Up @@ -104,7 +104,7 @@ client.methods(function(err, methods){
}
```

## License
## License

(The MIT License)

Expand All @@ -127,4 +127,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 8daa631

Please sign in to comment.