Merge pull request #152 from digineo/literal-blocks

docs: fix literal blocks
This commit is contained in:
Nils Schneider 2014-08-07 11:55:34 +02:00
commit f2ae9d685a

View File

@ -1,15 +1,13 @@
Mesh on WAN
===========
It's possible to enable the mesh on the WAN port like this:
It's possible to enable the mesh on the WAN port like this::
::
uci set network.mesh_wan.auto=1
uci commit
It may also be disabled again by running:
It may also be disabled again by running::
::
uci set network.mesh_wan.auto=0
uci commit