From 43c77008c921141a1d66a652c79fbd9cd6aa9366 Mon Sep 17 00:00:00 2001 From: Mihkel Eidast Date: Mon, 17 Jan 2022 19:53:03 +0200 Subject: [PATCH] docs: remove ambiquity in descriptions (#1102) --- README.md | 2 +- packages/fractal/README.md | 2 +- packages/fractal/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae715c6f2..07b1b3d00 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@
-Fractal is a tool to help you **build** and **document** web component libraries and design systems. +Fractal is a tool to help you **build** and **document** website component libraries and design systems. [Read the full Fractal documentation][docs] diff --git a/packages/fractal/README.md b/packages/fractal/README.md index 0e1537893..36f588869 100644 --- a/packages/fractal/README.md +++ b/packages/fractal/README.md @@ -35,7 +35,7 @@
-Fractal is a tool to help you **build** and **document** web component libraries and design systems. +Fractal is a tool to help you **build** and **document** website component libraries and design systems. [Read more here](https://github.com/frctl/fractal#readme) diff --git a/packages/fractal/package.json b/packages/fractal/package.json index 64089d7dd..4ef0de35b 100644 --- a/packages/fractal/package.json +++ b/packages/fractal/package.json @@ -1,7 +1,7 @@ { "name": "@frctl/fractal", "version": "1.5.11", - "description": "A tool to help you build and document web component libraries and then integrate them into your projects.", + "description": "A tool to help you build and document website component libraries and then integrate them into your projects.", "main": "src/fractal.js", "repository": { "type": "git",