From 5c647cd9e33ff377308766e39e2656fef14426b7 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sat, 25 Jan 2025 12:34:09 -0500 Subject: [PATCH] update README --- metdx-ie/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/metdx-ie/README.md b/metdx-ie/README.md index e228d7c..c9c8beb 100644 --- a/metdx-ie/README.md +++ b/metdx-ie/README.md @@ -1,9 +1,8 @@ -# WIS2 Global Services testing +# WMO Met Data Exchange Interoperability Experiment ## Overview -This directory manages the WIS2 Global Services testing documentation. This document provides -technical guidance on the implementation of WIS2 +This directory manages the WMO Met Data Exchange Interoperability Experiment documentation. ### Dependencies @@ -22,11 +21,11 @@ npm install asciidoctor asciidoctor-pdf asciidoc-link-check ```bash # create HTML (single page) -asciidoctor --trace -o wis2-global-services-testing.html index.adoc +asciidoctor --trace -o metdx-ie.html index.adoc # create PDF -asciidoctor --trace -r asciidoctor-pdf --trace -b pdf -o wis2-global-services-testing.pdf index.adoc +asciidoctor --trace -r asciidoctor-pdf --trace -b pdf -o metdx-ie.pdf index.adoc # create Word document -asciidoctor --trace --backend docbook --out-file - index.adoc | pandoc --from docbook --to docx --output wis2-global-services-testing.docx +asciidoctor --trace --backend docbook --out-file - index.adoc | pandoc --from docbook --to docx --output metdx-ie.docx ``` # check links