From 7487dfc462efe08e0245620831cffc8fb71f1f82 Mon Sep 17 00:00:00 2001 From: Patrick Coffey Date: Fri, 24 Sep 2021 13:14:49 -0500 Subject: [PATCH] docs: incorporate suggestions made by @ryanhagerty (thank you!) --- USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index 89f0183..09320eb 100644 --- a/USAGE.md +++ b/USAGE.md @@ -11,8 +11,8 @@ This project is a command line interface for working with Emulsify. It has a few You will see the terms "Projects", "Systems" and "Variants" used throughout this documentation, so it's important for you to understand what they mean. - **Project**: an implementation of an Emulsify starter, such as [emulsify-drupal](https://github.com/emulsify-ds/emulsify-drupal). -- **System**: a design system that defines components, and assets. Emulsify projects opt into using systems using cli commands. Once a system has been selected for a project, the system will mandate how components are organized, install required components/assets, and give developers the ability to find and install non-required components. -- **Variant**: systems may have as many variants as they want. For example, a system might have a Drupal variant, a WordPress variant, and a React variant. The system is the same (imagine Material-UI is a system), but each variant may define different types of components, or have different organization patterns that are compatible with different platforms. +- **System**: a design system that defines components, and assets. Emulsify projects opt into using systems using cli commands. Once a system has been selected for a project, the system will mandate how components are organized and how required components/assets are installed. It also gives developers the ability to find and install non-required components. +- **Variant**: a system might have a Drupal variant, a WordPress variant, and a React variant. The system is the same (imagine Material-UI is a system), but each variant may define different types of components, or have different organization patterns that are compatible with different platforms. Systems may have as many variants as they want. ## Using the CLI