From d35d223f5972047803a34085a2b02b4eb8c04514 Mon Sep 17 00:00:00 2001 From: Matt Gleich Date: Wed, 6 Jul 2022 14:01:39 -0400 Subject: [PATCH] feat: rename to decorate-spec Signed-off-by: Matt Gleich --- README.md | 4 ++-- action.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e820274..507adaf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# readme-action +# decorate-spec -Generate "decorated" openapi spec for README.com. This is a pre-release test version +Generate "decorated" openapi spec for readme.com. This is a pre-release test version. diff --git a/action.yml b/action.yml index 118685a..ef10352 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: decorate-spec -description: Generate "decorated" openapi spec for README.com +description: Generate "decorated" openapi spec for readme.com branding: icon: book-open color: green diff --git a/package.json b/package.json index 82c3a7e..76946f7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "readme-action", + "name": "decorate-spec", "version": "1.0.0", "description": "Generate \"decorated\" openapi spec for README.com", "main": "index.ts",