Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatz committed Sep 4, 2023
1 parent 3dbad9a commit 52dff3d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

This is the core JavaScript-based authentication SDK for [Simple OTP](https://simpleotp.com). Integration documentation varies depending on which frontend library you're using, see below:

For React: https://github.com/mockernut-ventures/simpleotp-sdk-js-react#readme
# React
https://github.com/mockernut-ventures/simpleotp-sdk-js-react#readme

For Vue: https://github.com/mockernut-ventures/simpleotp-sdk-js-vue#readme
# Vue
https://github.com/mockernut-ventures/simpleotp-sdk-js-vue#readme

If you aren't using either of the above frameworks, you will just need to use this library by itself and write your own integration code:
# Others
If you aren't using either of the above frameworks, you will just need to use this library by itself and write your own integration code. To install the library:
`npm i @simpleotp/core`

For examples of how to use the core library without the React or Vue plugin, see [here](https://github.com/mockernut-ventures/simpleotp-sdk-js-core/blob/main/__tests__/index.spec.js).

0 comments on commit 52dff3d

Please sign in to comment.