From 549a8121e76ff85461fdffe8ebcc85be68c3feec Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 16 Aug 2024 23:48:46 +0200 Subject: [PATCH] :art: remove syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db5d554..592442b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Examples: ## Example `/etc/network/interfaces` #### Host -```bash +``` auto br-vm-test iface br-vm-test inet static bridge_ports none @@ -74,7 +74,7 @@ iface br-vm-test inet static ``` #### Guest -```bash +``` auto eth0 iface eth0 inet static address 192.168.234.2