Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to usage.md #1970

Merged
merged 1 commit into from Jul 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 7 additions & 10 deletions src/doc/usage.md
Expand Up @@ -34,14 +34,15 @@ A basic HTML5 Boilerplate site initially looks something like this:
├── .editorconfig
├── .htaccess
├── 404.html
├── apple-touch-icon.png
├── browserconfig.xml
├── index.html
├── favicon.ico
├── humans.txt
├── icon.png
├── index.html
├── robots.txt
├── favicon.ico
├── tile-wide.png
└── tile.png
├── site.webmanifest
├── tile.png
└── tile-wide.png
```

What follows is a general overview of each major part and how to use them.
Expand Down Expand Up @@ -79,7 +80,7 @@ A helpful custom 404 to get you started.

### browserconfig.xml

This file contains all settings regarding custom tiles for IE11.
This file contains all settings regarding custom tiles for IE11 and Edge.

For more info on this topic, please refer to
[MSDN](https://msdn.microsoft.com/library/dn455106.aspx).
Expand Down Expand Up @@ -118,7 +119,3 @@ Touch Icon with your own.

If you want to use different Apple Touch Icons for different resolutions please
refer to the [according documentation](extend.md#apple-touch-icons).

You might want to check out Hans' handy [HTML5 Boilerplate Favicon and Apple
Touch Icon
PSD-Template](https://drublic.de/blog/html5-boilerplate-favicons-psd-template/).