diff --git a/README.md b/README.md index cb0d0f61d..8fa2b2fc8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Theme data is a representation of the Weave visual design language in the form o ### Basics - Typography - See [``](./packages/typography/README.md) and [``](./packages/rich-text/README.md) - Layout - See [``](./packages/spacer/README.md) and [``](./packages/surface/README.md) -- Icons - See [``](./packages/icons/README.md) to easily render icons in React and the [`@hig/icons`](./packages/icons/README.md) package for svg data +- Icons - See [``](./packages/icons/README.md) to easily render icons in React and the [`@weave-design/icons`](./packages/icons/README.md) package for svg data ### Components diff --git a/packages/icons/README.md b/packages/icons/README.md index 02ff9dfb3..515a2f938 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -1,7 +1,7 @@ # Icons This package retains the source of the library of Weave icons. -You can import individual icons to render on your app. +You can import individual icons to render in your app. ```jsx import { Assets24 } from "@weave-design/icons";