Skip to content

Commit eed552f

Browse files
committed
Deduplicate browser support sections
1 parent ab29600 commit eed552f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ an Array of [StackFrame](http://git.io/stackframe)s.
99
Once you have parsed out StackFrames, you can do much more interesting things. See [stacktrace-gps](http://git.io/stacktrace-gps).
1010

1111
Note that in IE9 and earlier, `Error` objects don't have enough information to extract much of anything. In IE 10, `Error`s
12-
are given a `stack` once they're `throw`n.
12+
are given a `stack` once they're `throw`n.
1313

1414
## Browser Support
1515
[![Sauce Test Status](https://saucelabs.com/browser-matrix/stacktracejs.svg)](https://saucelabs.com/u/stacktracejs)
@@ -32,15 +32,6 @@ bower install error-stack-parser
3232
https://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/error-stack-parser.min.js
3333
```
3434

35-
## Browser Support
36-
* Chrome 1+
37-
* Firefox 3.6+
38-
* Safari 7+
39-
* Opera 9+
40-
* IE 10+
41-
* iOS 7+
42-
* Android 4.2+
43-
4435
## Contributing
4536
Want to be listed as a *Contributor*? Start with the [Contributing Guide](CONTRIBUTING.md)!
4637

0 commit comments

Comments
 (0)