fix: update readme.md

This commit is contained in:
Lakhan Samani 2022-03-17 09:33:55 +05:30
parent 0c54da1168
commit 47d67bf3cd

View File

@ -166,7 +166,7 @@ This example demonstrates how you can use [`@authorizerdev/authorizer-js`](/auth
<script type="text/javascript"> <script type="text/javascript">
const authorizerRef = new authorizerdev.Authorizer({ const authorizerRef = new authorizerdev.Authorizer({
authorizerURL: `https://authorizer-demo.herokuapp.com`, authorizerURL: `YOUR_AUTHORIZER_INSTANCE_URL`,
redirectURL: window.location.origin, redirectURL: window.location.origin,
clientID: 'YOUR_CLIENT_ID', // obtain your client id from authorizer dashboard clientID: 'YOUR_CLIENT_ID', // obtain your client id from authorizer dashboard
}); });