From 0829678ea771b8a59c0582f9ebc15b405eaea4fe Mon Sep 17 00:00:00 2001 From: Martin Boer Date: Fri, 18 Oct 2024 11:31:48 +0200 Subject: [PATCH] :ok_hand: port changes from the api-specification --- README.md | 4 ++-- mp/help | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9e53e8..06d48b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # MyParcel.com carrier API specification [![Packagist](https://img.shields.io/packagist/v/myparcelcom/carrier-specification.svg)](https://packagist.org/packages/myparcelcom/carrier-specification) -[![OpenAPI Specification](https://img.shields.io/badge/OpenAPI-3.1-brightgreen.svg)](https://github.com/OAI/OpenAPI-Specification) +[![OpenAPI Specification](https://img.shields.io/badge/OpenAPI-3.1.0-brightgreen.svg)](https://github.com/OAI/OpenAPI-Specification) -Description of the API specification used by MyParcel.com located at [https://carrier-specification.myparcel.com](https://carrier-specification.myparcel.com). This specification adheres to the [OpenApi 3.1 specification](https://github.com/OAI/OpenAPI-Specification) and implements the [JSON API specification](https://jsonapi.org). +The microservice API specification used by MyParcel.com located at [https://carrier-specification.myparcel.com](https://carrier-specification.myparcel.com). This specification adheres to the [OpenApi 3.1.0 specification](https://github.com/OAI/OpenAPI-Specification) and implements the [JSON API specification](https://jsonapi.org). ## Content - [Installation](#installation) diff --git a/mp/help b/mp/help index 2c64e58..1c9448d 100755 --- a/mp/help +++ b/mp/help @@ -3,5 +3,5 @@ echo -e "\033[0;30;47m Available commands \033[0m" ls -p ${ROOT_DIR}/mp | grep -v '/' -echo -e "\033[0;30;47m Available docker-compose commands \033[0m" +echo -e "\033[0;30;47m Available docker compose commands \033[0m" echo "https://docs.docker.com/compose/reference"