Skip to content

Commit

Permalink
Pig
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 23, 2020
1 parent c1b8c4e commit bd350f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ import { fromCode } from '@skyra/char';

### Browser build

If you want to use the browser build you can pull it in directly via unpkg. Note that when using a Framework such as React, Vue or Angular we recommend you refer to [Package managers](#package-managers)
If you want to use the browser build you can pull it in directly via unpkg. Note that when using a Framework such as React, Vue or Angular we recommend you refer to [the package managers section](#package-managers)

```html
<script src="https://unpkg.com/@skyra/char"></script>
```

#### Usage

The UMD module is exported with the name of `SkyraChar`:
The UMD module is exported as `SkyraChar`:

```html
<script>
Expand Down

3 comments on commit bd350f4

@kyranet
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐷

@Rexogamer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐷

@Rexogamer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐷

Please sign in to comment.