diff --git a/README.md b/README.md index f602062..5f192b7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ PEG.js is a simple parser generator for JavaScript that produces fast parsers wi * Based on [parsing expression grammar](http://en.wikipedia.org/wiki/Parsing_expression_grammar) formalism - more powerful than traditional LL(*k*) and LR(*k*) parsers * Usable [from your browser](https://pegjs.org/online), from the command line, or via JavaScript API +[![CrossBrowserTesting](docs/images/CBT_OS-logo_Black-H.png)](https://crossbrowsertesting.com/) + ## documentation - [Getting Started](https://github.com/pegjs/pegjs/blob/master/docs/guides/getting-started.md) diff --git a/docs/images/CBT_OS-logo_2Color-H.png b/docs/images/CBT_OS-logo_2Color-H.png new file mode 100644 index 0000000..8a15d40 Binary files /dev/null and b/docs/images/CBT_OS-logo_2Color-H.png differ diff --git a/docs/images/CBT_OS-logo_Black-H.png b/docs/images/CBT_OS-logo_Black-H.png new file mode 100644 index 0000000..954c998 Binary files /dev/null and b/docs/images/CBT_OS-logo_Black-H.png differ