From ddaf7da9b3219fcec0f5d1e2dd5f3f595d531455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20G=C3=B6rtz?= Date: Sun, 8 May 2022 13:33:43 +0200 Subject: [PATCH] Fix typo. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86b8368..7b37a65 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```bash $ npx create-security-txt --help - Create Create an RFC 9116 compliant security.txt file. + Create an RFC 9116 compliant security.txt file. Usage: create-security-txt -c URL -e DAYS [OPTIONS...] diff --git a/package.json b/package.json index 12f52cf..e5513e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-security-txt", "version": "1.0.0", - "description": "Create Create an RFC 9116 compliant security.txt file.", + "description": "Create an RFC 9116 compliant security.txt file.", "keywords": [ "cli", "nodejs",