Skip to content

Commit c65611e

Browse files
committed
fix(package): clarify description of package
1 parent 5ccd0d2 commit c65611e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Pattern Lab Node Core
1212

13-
This repository contains the core functionality for Pattern Lab Node.
13+
This is the core API and orchestrator of the [Pattern Lab ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html).
1414

1515
## Installation
1616

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/core",
3-
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
3+
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
44
"version": "3.0.0-alpha.9",
55
"main": "./src/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)