Skip to content

Commit

Permalink
chore: fix indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed Dec 9, 2021
1 parent 812d855 commit 2e25379
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,34 @@

---
<!-- /ix-docs-ignore -->
<!-- prettier-ignore-start -->

- [Overview / Resources](#overview--resources)
- [Installation](#installation)
- [Global Configuration](#global-configuration)
* [Global Configuration](#global-configuration)
- [Usage](#usage)
- [imgix-image](#imgix-image)
- [Parameters](#parameters)
- [Other imgix Options](#other-imgix-options)
- [Aspect Ratio](#aspect-ratio)
- [attributeNameMap](#attributenamemap)
- [Lifecycle Hooks](#lifecycle-hooks)
- [Lazy Loading](#lazy-loading)
- [Low Quality Image Placeholder Technique (LQIP)](#low-quality-image-placeholder-technique-lqip)
- [ixlib param](#ixlib-param)
- [imgix-bg](#imgix-bg)
- [imgix-image-wrapped - DEPRECATED](#imgix-image-wrapped---deprecated)
- [imgix-core-js](#imgix-core-js)
* [imgix-image](#imgix-image)
+ [Parameters](#parameters)
+ [Other imgix Options](#other-imgix-options)
+ [Aspect Ratio](#aspect-ratio)
+ [attributeNameMap](#attributenamemap)
+ [Lifecycle Hooks](#lifecycle-hooks)
+ [Lazy Loading](#lazy-loading)
+ [Low Quality Image Placeholder Technique (LQIP)](#low-quality-image-placeholder-technique-lqip)
+ [ixlib param](#ixlib-param)
* [imgix-bg](#imgix-bg)
* [imgix-image-wrapped - DEPRECATED](#imgix-image-wrapped---deprecated)
* [imgix-core-js](#imgix-core-js)
- [Upgrade Guide](#upgrade-guide)
- [version 0.x to version 1](#version-0x-to-version-1)
- [version 1.x to version 2.x](#version-1x-to-version-2x)
* [version 0.x to version 1](#version-0x-to-version-1)
* [version 1.x to version 2.x](#version-1x-to-version-2x)
- [Browser Support](#browser-support)
- [Running a Test App](#running-a-test-app)
- [Running Tests](#running-tests)
- [License](#license)

<!-- prettier-ignore-end -->

**Note:** Front-end imgix libraries and framework integrations will not work with imgix Web Proxy Sources. They will only work with S3, Azure, Google Cloud Storage, or Web Folder sources.

## Overview / Resources
Expand Down

0 comments on commit 2e25379

Please sign in to comment.