Skip to content

Commit

Permalink
Readme advise charset.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonking committed Oct 10, 2020
1 parent a332bf1 commit d7d24cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {Viewer} from 'sarif-web-component'

ReactDOM.render(<Viewer logs={arrayOfLogs} />, document.body.firstChild)
```
In the HTML page hosting this component, `<meta http-equiv="content-type" content="text/html; charset=utf-8">` is required to avoid text rendering issues.

## Publishing
In your local clone of this repo, do the following. Double-check `package.json` `name` in case it was modified for development purposes.
Expand Down

0 comments on commit d7d24cb

Please sign in to comment.