From 7e956c88c0275680994f658f0f4783b5d0d46f89 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:55:06 -0600 Subject: [PATCH] docs(README): distinguish "External Project Usage" options It's an A. B. thing, not a 1. 2. thing. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6d104e71..e7f63e928 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The shared styles for TACC WMA Workspace Portals & Websites ## Table of Contents - [External Project Usage](#external-project-usage) - - [Load from a Project](#load-from-a-project) - - [Install into a Project](#install-into-a-project) + - [A. Load from a Project](#a-load-from-a-project) + - [B. Install into a Project](#b-install-into-a-project) - [Local Development Setup](#local-development-setup) - [Testing](#testing) - [Deployment](#deployment) @@ -25,15 +25,18 @@ The shared styles for TACC WMA Workspace Portals & Websites ## External Project Usage -### Load from a Project +### A. Load from a Project + +> **Note** +> This is likely the easier and simpler solution. Try this first. __See [`HOWTO.md`](HOWTO.md).__ -### Install into a Project +### B. Install into a Project #### Install This Package -1. Installwith any package manager e.g.: +1. Install with any package manager e.g.: - `npm install @tacc/core-styles` - `yarn add @tacc/core-styles`