Skip to content

Commit

Permalink
Merge pull request #458 from tysongach/patch-1
Browse files Browse the repository at this point in the history
Fix broken pointer from packages to modules
  • Loading branch information
shawnbot committed Mar 13, 2018
2 parents 81825ff + c37f91b commit d56bc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d56bc40

Please sign in to comment.