Skip to content

Commit

Permalink
Merge pull request #47 from ambujsahu81/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in readme.md
  • Loading branch information
jcubic authored Dec 19, 2022
2 parents 80fabf8 + 775a861 commit 0337ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MacOS X El Captain: Safari 9, Chrome 56, Firefox 51
All cross-domain communication is disabled by default with Safari 7+. Because of a feature that
block 3rd party tracking for iframe, and any iframe used for cross-domain communication runs in
sandboxed environment. That's why this library like any other solution for cross-domain
comunication, don't work on Safari.
communication, don't work on Safari.

## Installation

Expand Down Expand Up @@ -74,7 +74,7 @@ window.onload = function() {
};
```

### Cross-Domain comunication
### Cross-Domain communication

If you want to add support for Cross-Domain communication, you need to call proxy method with url on target domain
that have [proxy.html file](https://github.com/jcubic/sysend.js/blob/master/proxy.html).
Expand Down

0 comments on commit 0337ced

Please sign in to comment.