From 4291c30021db3d76de9d2defa253a94975449712 Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Wed, 4 Sep 2024 13:27:35 -0500 Subject: [PATCH] Improve syntax highlighting in README If you use `jsonc` instead of `json`, then you can have well-highlighted comments. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c7486..3c1cfa3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To test a connection, you can add the ``hello.ts.net`` machine into your network may need to modify your ACLs to allow access to the test machine. For example, I have a separate Tailscale token that is tagged with ``tag:test``. My ACL looks like: -```json +```jsonc { "hosts": { "hello-test": "100.101.102.103"