Skip to content

Commit 2e5d67a

Browse files
authored
Add npm badge, fix minor grammar
1 parent 1d3e537 commit 2e5d67a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Netlify Identity Widget
22

3+
[![npm version](https://badge.fury.io/js/netlify-identity-widget.svg)](https://badge.fury.io/js/netlify-identity-widget)
4+
35
A component used to authenticate with Netlify's Identity service.
6+
47
[Live demo](https://identity.netlify.com)
58

69
For usage example with React and React Router, please see our `/example` folder and [read the README](https://github.com/netlify/netlify-identity-widget/tree/master/example).
710

811
## What is Netlify Identity
912

10-
Netlifys Identity service is a plug-and-play microservice for handling site
13+
Netlify's Identity service is a plug-and-play microservice for handling site
1114
functionalities like signups, logins, password recovery, user metadata, and
1215
roles. You can use it from single page apps instead of rolling your own, and
1316
integrate with any service that understands JSON Web Tokens (JWTs).
@@ -192,10 +195,10 @@ You can also see an example of wrapping netlify-identity-widget in a React Hook
192195

193196
## FAQ
194197

195-
* Typescript Typings are maintained by @nkprince007 ([see PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30689)): `npm install @types/netlify-identity-widget` and then `import * as NetlifyIdentityWidget from "netlify-identity-widget"` (or `import NetlifyIdentityWidget from "netlify-identity-widget"` if you have `--allowSyntheticDefaultImports` on)
198+
* TypeScript Typings are maintained by @nkprince007 ([see PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30689)): `npm install @types/netlify-identity-widget` and then `import * as NetlifyIdentityWidget from "netlify-identity-widget"` (or `import NetlifyIdentityWidget from "netlify-identity-widget"` if you have `--allowSyntheticDefaultImports` on)
196199

197200
* If you experience a 404 while testing the Netlify Identity Widget on a local
198-
environment, you can manually remove the netlifySiteURL from localStorage by
201+
environment, you can manually remove the `netlifySiteURL` from localStorage by
199202
doing the following in the console.
200203

201204
```js

0 commit comments

Comments
 (0)