Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request oyvindkinsey#180 from fj/patch-1
Browse files Browse the repository at this point in the history
Fixes typo in README
  • Loading branch information
oyvindkinsey committed Jan 17, 2013
2 parents 18c42cf + 1a97902 commit 8e8e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ These properties can be set only on the provider

* `acl` {String || String[]} Use this to only allow specific domains to consume this provider. The patterns can contain the wildcards ? and * as in the examples 'http://example.com', '*.foo.com' and '*dom?.com', or they can be regular expressions starting with ^ and ending with $. If none of the patterns match an Error will be thrown.

A socket can be teared down (iframe removed etc) using
A socket can be torn down (removing the `iframe`, etc.) using

```javascript
socket.destroy();
Expand Down

0 comments on commit 8e8e50c

Please sign in to comment.