Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit f1266ee

Browse files
committed
Add credits to jsdelivr and browserstack
1 parent 2dda4b3 commit f1266ee

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
[![Code Climate](https://codeclimate.com/github/webpro/DOMtastic/badges/gpa.svg)](https://codeclimate.com/github/webpro/DOMtastic)
2525
[![Greenkeeper Badge](https://badges.greenkeeper.io/webpro/DOMtastic.svg)](https://greenkeeper.io)
2626
[![gzip size](http://img.badgesize.io/https://unpkg.com/domtastic/dist/domtastic.min.js?compression=gzip)](https://unpkg.com/domtastic/dist/domtastic.min.js)
27+
[![](https://data.jsdelivr.com/v1/package/npm/domtastic/badge)](https://www.jsdelivr.com/package/npm/domtastic)
2728

2829
## Usage
2930

@@ -275,7 +276,7 @@ This way, you don't have the slight overhead of the UMD boilerplate in a custom
275276

276277
## Tests
277278

278-
Run the hosted [test suite](https://domtastic.js.org/test/) in your browser. You can also clone this repo, and run the tests locally with [jsdom](https://github.com/tmpvar/jsdom) (using `npm test`).
279+
Run the hosted [test suite](https://domtastic.js.org/test/) in your browser. You can also clone this repo, and run the tests locally with [jsdom](https://github.com/tmpvar/jsdom) (using `npm test`). Run `npm run test:bs` to run the tests in real browsers using BrowserStack.
279280

280281
## Credits
281282

@@ -287,7 +288,13 @@ Many thanks to these sources of inspiration:
287288
* [Knockout](https://github.com/knockout/knockout/blob/master/src/utils.js)
288289
* [inkling/Backbone.Native](https://github.com/inkling/backbone.native/blob/master/backbone.native.js)
289290

290-
Thanks to [jsDelivr](https://www.jsdelivr.com/) for [hosting DOMtastic](https://www.jsdelivr.com/projects/domtastic).
291+
Thanks to the [jsDelivr Open Source CDN](https://www.jsdelivr.com/) for [hosting DOMtastic](https://www.jsdelivr.com/projects/domtastic).
292+
293+
[<img src="https://www.jsdelivr.com/img/logo@2x.png" width="300">](https://www.jsdelivr.com)
294+
295+
Thanks to [BrowserStack](https://www.browserstack.com) for their real device cloud.
296+
297+
[<img src="https://cloud.githubusercontent.com/assets/7864462/12837037/452a17c6-cb73-11e5-9f39-fc96893bc9bf.png" width="300">](https://www.browserstack.com)
291298

292299
## License
293300

0 commit comments

Comments
 (0)