diff --git a/README.md b/README.md index 32aad28..e41dd87 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Jekyll's convention for defining layouts is very flexible. You can [learn more a ## Styles -Your website is pre-configured to use [a very flexible CSS framework called "Primer,"](https://styleguide.github.com/primer/) alongside any custom styles you write in your `/assets/styles.scss` Sass stylesheet. It's currently referenced within your `styles.scss` file, using the CSS import at-rule: +Your website is pre-configured to use [GitHub's very flexible CSS framework called "Primer,"](https://styleguide.github.com/primer/) alongside any custom styles you write in your `/assets/styles.scss` Sass stylesheet. It's currently referenced within your `styles.scss` file, using the CSS import at-rule: ``` @import url('https://unpkg.com/primer/build/build.css');