diff --git a/core/client/README.md b/core/client/README.md index f9f5d291a2..c8aed44c69 100644 --- a/core/client/README.md +++ b/core/client/README.md @@ -40,13 +40,13 @@ ghost-ui/ │ ├── ghost-ui.js │ └── ghost-ui.min.js └── fonts/ - ├── tbc.eot - ├── tbc.svg - ├── tbc.ttf - └── tbc.woff + ├── icons.eot + ├── icons.svg + ├── icons.ttf + └── icons.woff ``` -We provide compiled CSS and JS (`ghost-ui.*`), as well as compiled and minified CSS and JS (`ghost-ui.min.*`). Fonts from are also included. +We provide compiled CSS and JS (`ghost-ui.*`), as well as compiled and minified CSS and JS (`ghost-ui.min.*`). Our icon-font is also included. ## Bugs and Feature Requests