Skip to content

Commit

Permalink
docs(README): distinguish "External Project Usage" options
Browse files Browse the repository at this point in the history
It's an A. B. thing, not a 1. 2. thing.
  • Loading branch information
wesleyboar authored Nov 6, 2023
1 parent f4a3060 commit 7e956c8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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`
Expand Down

0 comments on commit 7e956c8

Please sign in to comment.