Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evargast authored Nov 1, 2023
1 parent db788b1 commit 3a28188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

## Overview

`react-spectrum-charts` is a declarative charting library for composing charts in React. It empowers you to effortlessly create visually stunning charts following the Adobe design system ([spectrum](https://spectrum.adobe.com)) with minimal code. Understanding of the grammar of graphics or lower-level libraries like D3 or Vega is not needed.
`react-spectrum-charts` is a declarative charting library for composing charts in React. It empowers you to effortlessly create visually stunning charts following Adobe's design system ([Spectrum](https://spectrum.adobe.com)) with minimal code. Understanding of the grammar of graphics or lower-level libraries like D3 or Vega is not needed.

### Key Features:

Expand Down Expand Up @@ -109,7 +109,7 @@ const MyChart: FC<MyChartProps> = (props) => {

## Spectrum (Adobe Design System) Integration

The Adobe design system has detailed guidelines for charting fundamentals, color selection for charts as well as design guidelines for the primary chart components.
Adobe's design system has detailed guidelines for charting fundamentals, color selection for charts as well as design guidelines for the primary chart components.

`react-spectrum-charts` is the react implementation of these guidelines.

Expand Down

0 comments on commit 3a28188

Please sign in to comment.