From 2361e55e59d92281510428f534dfaec3ad5ed7c6 Mon Sep 17 00:00:00 2001 From: Daniel Hendricks Date: Fri, 28 Sep 2018 14:58:45 -0500 Subject: [PATCH] [Minor] Changed header sizes --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 826819b..8483e65 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Currently, there are three icon sets in the `dist/icons` directory: ## Installation -#### NPM +### NPM ```bash npm install file-icon-vectors ``` -#### Bower +### Bower ```bash bower install file-icon-vectors @@ -42,7 +42,7 @@ bower install file-icon-vectors **NB!** Due to a versioning issue, the current release is not available from Bower. It will be corrected with the next release. -#### Composer +### Composer ```bash composer require dmhendricks/file-icon-vectors @@ -61,7 +61,7 @@ To display a file icon, simply link to one or all of the icon set CSS files in t ``` -#### CDN: jsDelivr +### CDN: jsDelivr ```html @@ -72,7 +72,7 @@ To display a file icon, simply link to one or all of the icon set CSS files in t ``` -##### Combining Files +#### Combining Files jsDelivr allows you to [combine](https://www.jsdelivr.com/features#combine) multiple files. Below is an example of linking both the Vivid and Square Outline sets with one URI: @@ -82,7 +82,7 @@ jsDelivr allows you to [combine](https://www.jsdelivr.com/features#combine) mult This will become more beneficial with future releases that contain supplementary packs, web fonts, etc. -#### CDN: unpkg +### CDN: unpkg ```html @@ -93,7 +93,7 @@ This will become more beneficial with future releases that contain supplementary ``` -#### CDN: GitHack +### CDN: GitHack Supports branches as endpoints (such as `master`). @@ -106,7 +106,7 @@ Supports branches as endpoints (such as `master`). ``` -#### WordPress +### WordPress If you're using WordPress, you can load the icons by adding the following line to your theme's `functions.php` file: