Skip to content

Commit 755dff2

Browse files
committed
README: Replace double backticks with single ones.
1 parent 2af6dbc commit 755dff2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Additionally we do support Microsoft Internet Explorer 11 until a certain extend
2727

2828
## Using polyfills
2929

30-
For Internet Explorer 11 support we have included a ``src/polyfills.js`` module.
31-
You can inlcude it optionally via ``src/polyfills-loader.js`` which injects the polyfills bundle only if the current browser is Internet Explorer.
30+
For Internet Explorer 11 support we have included a `src/polyfills.js` module.
31+
You can inlcude it optionally via `src/polyfills-loader.js` which injects the polyfills bundle only if the current browser is Internet Explorer.
3232
For this to work, include the following in BEFORE you load the patternslib bundle:
3333

3434
```
@@ -48,8 +48,8 @@ Make sure, you have these requirements installed:
4848
- make
4949
- git
5050

51-
On OSX you need ``gnu-tar`` instead of tar (GNU tar supports the ``--transform`` option).
52-
Please install it with e.g. ``brew install gnu-tar``.
51+
On OSX you need `gnu-tar` instead of tar (GNU tar supports the `--transform` option).
52+
Please install it with e.g. `brew install gnu-tar`.
5353

5454

5555
## Development installation
@@ -140,11 +140,11 @@ You can pass Jest any parameter it accepts, like `-t TESTPATTERN`::
140140

141141
### Enabling log messages
142142

143-
To facilitate debugging you can change the default log level through the URL query string by adding ``loglevel`` options.
143+
To facilitate debugging you can change the default log level through the URL query string by adding `loglevel` options.
144144

145-
- ``http://www.example.com/?loglevel=DEBUG`` changes the default log level to ``DEBUG``.
146-
- ``http://www.example.com/?loglevel-inject=DEBUG`` changes the log level for just the inject pattern to ``DEBUG``.
147-
- ``http://www.example.com/?loglevel=ERROR&loglevel-inject=INFO`` changes the standard log level error, but enables messages at the ``INFO`` level for the inject pattern.
145+
- `http://www.example.com/?loglevel=DEBUG` changes the default log level to `DEBUG`.
146+
- `http://www.example.com/?loglevel-inject=DEBUG` changes the log level for just the inject pattern to `DEBUG`.
147+
- `http://www.example.com/?loglevel=ERROR&loglevel-inject=INFO` changes the standard log level error, but enables messages at the `INFO` level for the inject pattern.
148148

149149

150150
### Bundle build analyzation

0 commit comments

Comments
 (0)