diff --git a/docs/README.md b/docs/README.md index a9f0751..3b335b2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -93,7 +93,7 @@ This is a rough guideline. (Not forced) ### Basics `userChrome.css` file is for browser UI, `userContent.css` file is for web contents. -Unlike [User config](./Preference.md#user-config), they are located in `/chrome/`. +Unlike [User config](./Preference.md#user-config), they are located in `/chrome/`. Start Guide: - [What is userChrome.css? What can it do?](https://www.userchrome.org/what-is-userchrome-css.html)