From de538165456f278e8696f878a78930febe391fb1 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 31 Mar 2023 19:53:23 +0200 Subject: [PATCH] update documentation --- README.md | 2 +- doc/RFC.md | 4 ++-- make | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 309c8b3..08f25fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + [![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) diff --git a/doc/RFC.md b/doc/RFC.md index 7dcbf5d..42effa2 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -1,8 +1,8 @@ - + > version 1.0.0 -date: 2023-03-31T19:50:20+0200 (generated by `./make doc`) +date: 2023-03-31T19:53:15+0200 (generated by `./make doc`) [![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) diff --git a/make b/make index 66616b4..7687ffe 100755 --- a/make +++ b/make @@ -33,7 +33,7 @@ tests(){ doc(){ { - echo '' + echo '' echo '' echo "> version $VERSION" echo "\ndate: $(date +"%Y-%m-%dT%H:%M:%S%z") (generated by \`./make doc\`)\n"