From c37f91b488cce4d9da7777aba7facdf19d15476a Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Tue, 6 Mar 2018 18:50:58 -0500 Subject: [PATCH] Fix broken pointer from packages to modules The directory that houses all of the design system components was changed from `packages` to `modules` in https://github.com/primer/primer/commit/c9ea37316fbb73c4d9931c52b42bc197260c0bf6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b07f7be6d..b3793fe480 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Then, you would import the module with: @import "primer-navigation/index.scss"; ``` -Or, while you're figuring out which modules you need, you can import them directly from the `primer` [`packages` directory](./packages) like so: +Or, while you're figuring out which modules you need, you can import them directly from the `primer` [`modules` directory](./modules) like so: ```scss @import "primer/modules/primer-navigation/index.css";