Skip to content

Commit cc41ec4

Browse files
authored
Update README.md
1 parent 61d9ada commit cc41ec4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ https://feathericons.com
1717
npm install feather-icons
1818
```
1919

20-
## Table of Contents
20+
## Table of contents
2121

22-
* [Quick Start](#quick-start)
22+
* [Quick start](#quick-start)
2323
* [Usage](#usage)
2424
* [Client-side JavaScript](#client-side-javascript)
2525
* [Node](#node)
26-
* [SVG Sprite](#svg-sprite)
26+
* [SVG sprite](#svg-sprite)
2727
* [Figma](#figma)
28-
* [API Reference](#api-reference)
28+
* [API reference](#api-reference)
2929
* [`feather.icons`](#feathericons)
3030
* [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs)
3131
* [`feather.replace()`](#featherreplaceattrs)
3232
* [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs)
3333
* [Contributing](#contributing)
34-
* [Related Projects](#related-projects)
34+
* [Related projects](#related-projects)
3535
* [License](#license)
3636

37-
## Quick Start
37+
## Quick start
3838

3939
Start with this [CodePen Template](https://codepen.io/pen?template=WOJZdM) to begin prototyping with Feather in the browser.
4040

@@ -166,7 +166,7 @@ feather.icons.x.toSvg({ class: 'foo bar', 'stroke-width': 1, color: 'red' })
166166

167167
See the [API Reference](#api-reference) for more information about the available properties and methods of the `feather` object.
168168

169-
### SVG Sprite
169+
### SVG sprite
170170

171171
#### 1. Install
172172

@@ -222,7 +222,7 @@ However, this markup can be simplified using a simple CSS class to avoid repetit
222222
### Figma
223223
Feather is available as a [Figma component library](https://www.figma.com/file/dyJRSFTIajik4cdkcXN8yA3K/Feather-Component-Library). To use the components, log in to your Figma account and **duplicate** the file to your drafts.
224224

225-
## API Reference
225+
## API reference
226226

227227
### `feather.icons`
228228

@@ -388,7 +388,7 @@ For more info on how to contribute please see the [contribution guidelines](http
388388

389389
Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/feathericons/feather/blob/master/README.md)
390390

391-
## Related Projects
391+
## Related projects
392392

393393
- [feathericons.dev](http://feathericons.dev) - Feather viewer featuring [30+ brand icons](https://feathericons.dev/?iconset=brands) and [40+ payment services icons](https://feathericons.dev/?iconset=payments)
394394
- [angular-feather](https://github.com/michaelbazos/angular-feather) - Feather icons for Angular applications

0 commit comments

Comments
 (0)