Skip to content

Commit 45f8a17

Browse files
committed
chore: Update Demo link
1 parent 4274b93 commit 45f8a17

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
Demo: https://stupefied-goldberg-b44ee5.netlify.app/
1515

16-
This package is used to get authorization code for Linked In Log in feature using OAuth2 in a easy way, without redirecting your application to linked in authorization page. After have the authorization code, you can send it to server to continue to get information needed. For more, please see at [Authenticating with OAuth 2.0 - Linked In](https://developer.linkedin.com/docs/oauth2)
17-
See `demo/src/index.js` for examples.
16+
This package is used to get authorization code for Linked In Log in feature using OAuth2 in a easy way. After have the authorization code, you can send it to server to continue to get information needed. For more, please see at [Authenticating with OAuth 2.0 - Linked In](https://developer.linkedin.com/docs/oauth2)
17+
See [Usage](#usage) and [Demo](#demo) for instruction.
1818

1919
## Table of contents
2020
- [Changelog](#changelog)
@@ -143,17 +143,8 @@ Earlier, this package might not work in IE11. The reason is that if popup and op
143143
```
144144

145145
## Demo
146-
You can see demo via this [https://github.com/nvh95/react-linkedin-login-oauth2/tree/master/demo/src](https://github.com/nvh95/react-linkedin-login-oauth2/tree/master/demo/src)
147-
Demo 1: [Use react-router-dom](https://github.com/nvh95/react-linkedin-login-oauth2/blob/master/demo/src/index.js)
148-
Demo 2: [Not use react-router-dom](https://github.com/nvh95/react-linkedin-login-oauth2/blob/master/demo/src/index1.js)
149-
Or run
150-
```
151-
git clone https://github.com/nvh95/react-linkedin-login-oauth2
152-
cd react-linkedin-login-oauth2
153-
npm start
154-
```
155-
Or via this link:
156-
[https://stupefied-goldberg-b44ee5.netlify.com/](https://stupefied-goldberg-b44ee5.netlify.com/)
146+
- Source code: https://github.com/nvh95/react-linkedin-login-oauth2-demo
147+
- Online demo: [https://stupefied-goldberg-b44ee5.netlify.com/](https://stupefied-goldberg-b44ee5.netlify.com/)
157148
## Props
158149
`LinkedIn` component:
159150

0 commit comments

Comments
 (0)