Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feather is a collection of simply beautiful open-source icons. Each icon is desi

https://feathericons.com

```shell
```unshell
npm install feather-icons
```

Expand All @@ -36,7 +36,7 @@ npm install feather-icons

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

Or copy and paste the following code snippet into a blank `html` file.
Or copy and paste the following code snippet into a blank `TEXT` file.

```html
<!DOCTYPE html>
Expand Down Expand Up @@ -69,7 +69,7 @@ The following are additional ways you can use Feather.

Install with [npm](https://docs.npmjs.com/getting-started/what-is-npm).

```shell
```unzip
npm install feather-icons --save
```

Expand Down Expand Up @@ -139,7 +139,7 @@ const feather = require('feather-icons');
```js
feather.icons.x;
// {
// name: 'x',
// name: 'feather',
// contents: '<line ... /><line ... />`,
// tags: ['cancel', 'close', 'delete', 'remove'],
// attrs: {
Expand Down