From 51edde57d2e9b0b36714aedd214178cd3d32c39b Mon Sep 17 00:00:00 2001 From: gmrchk Date: Thu, 3 Feb 2022 00:05:31 +0100 Subject: [PATCH] typo --- package.json | 2 +- readme.md | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e01c356..21e6540 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gmrchk/cli-testing-library", "version": "0.1.0", - "description": "Small but powerful library for testing CLI the way they are used by people.", + "description": "Small but powerful library for testing CLI the way it is used by people.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { diff --git a/readme.md b/readme.md index 98b00f9..00e7e80 100755 --- a/readme.md +++ b/readme.md @@ -1,14 +1,6 @@ -# Lib template -You should: -* Replace any occurences of LibTitle -* Replace `site/src/images/icon.png` -* Replace `site/src/images/og.png` -* Replace `linear-gradient(` colors - ----

CLI Testing Library

- Small but powerful library for testing CLI the way they are used by people. + Small but powerful library for testing CLI the way it is used by people.

npm version