From e35ba6d48df87b40e3b43540d2fbd304ea593379 Mon Sep 17 00:00:00 2001 From: Pete Houghton Date: Mon, 12 Aug 2024 10:42:06 +0000 Subject: [PATCH] Fix documentation links and typo --- README.md | 11 ++++++----- setup.py | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 61dfbf9..72e80cd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -1. [PYISO20022 - an ISO 20022 Message Generator and Parser](#pyiso20022-an-iso-20022-message-generator-and-parser) -1. [Parse an ISO 20022 PAIN.001 message](#parse-an-iso-20022-pain001-message) -1. [Create a ISO 20022 PAIN.001 message](#create-a-iso-20022-pain001-message) -1. [Create a ISO 20022 PACS.008 message](#create-a-iso-20022-pacs008-message) +Table of Contents: _(Links to this page on GitHub)_ +1. [PYISO20022 - an ISO 20022 Message Generator and Parser](https://github.com/phoughton/pyiso20022/blob/main/README.md#pyiso20022-an-iso-20022-message-generator-and-parser) +1. [Parse an ISO 20022 PAIN.001 message](https://github.com/phoughton/pyiso20022/blob/main/README.md#parse-an-iso-20022-pain001-message) +1. [Create a ISO 20022 PAIN.001 message](https://github.com/phoughton/pyiso20022/blob/main/README.md#create-a-iso-20022-pain001-message) +1. [Create a ISO 20022 PACS.008 message](https://github.com/phoughton/pyiso20022/blob/main/README.md#create-a-iso-20022-pacs008-message) # PYISO20022 an ISO 20022 Message Generator and Parser @@ -51,7 +52,7 @@ or... ## Create a ISO 20022 PAIN.001 message -Uee this code to create a PAyment INitiation message. We've used PAIN.001.001.08 but other versions are available. +Use this code to create a `PA`yment `IN`itiation message. We've used `pain.001.001.08` but other versions are available. It will create a file called: `my_pain_001_001_08_from_code.xml` diff --git a/setup.py b/setup.py index 5b7acca..d2bd0bb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyiso20022", - version="0.6.6", + version="0.6.7", author="Peter Houghton", author_email="pete@investigatingsoftware.co.uk", description="pyiso20022 is a library for generating ISO20022 messages in Python.",