FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update README.md by nikedec011991-sudo · Pull Request #1291 · feathericons/feather · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 4 additions & 4 deletions README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL