Skip to content

Commit 434f54e

Browse files
committed
Use markdown syntax for highlighted code
1 parent 042c36f commit 434f54e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Debugging
3636

3737
If you want to debug your cli application using xdebug for example with Netbeans just run this command before executing the cli app:
3838

39-
.. code-block:: sh
40-
41-
$ export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_host=192.168.33.1 profiler_enable=1 default_enable=1 remote_enable=1 remote_handler=dbgp remote_port=9000 remote_autostart=0"
39+
```bash
40+
$ export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_host=192.168.33.1 profiler_enable=1 default_enable=1 remote_enable=1 remote_handler=dbgp remote_port=9000 remote_autostart=0"
41+
```
4242

4343
Hints
4444
-----
@@ -47,9 +47,9 @@ Hints
4747

4848
To speed up the startup process use
4949

50-
.. code-block:: sh
51-
52-
$ vagrant up --no-provision
50+
```bash
51+
$ vagrant up --no-provision
52+
```
5353

5454
after the first run. It just starts the virtual machine without provisioning of the recipes.
5555

0 commit comments

Comments
 (0)