From 4eec42685369fff58449c9078aaf71aad58f4220 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Mon, 23 Sep 2024 17:05:25 +0000 Subject: [PATCH] fix formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e710e30..4fcc755 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The JX YAML specification is a simple way to describe system resources. The two ## Configurations -` +``` configurations: - name: myhttpconfig values: @@ -27,17 +27,17 @@ configurations: - name: myhttptoken values: authorization_token: abcde123456789 -` +``` ## Resources -` +``` resources: - type: http config: myhttptoken transition: read attributes: endpoint: https://myserver/v1/api -` +``` # Testing