Skip to content

Commit

Permalink
chore(INJI-540): update sdk version and Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Goel <[email protected]>
  • Loading branch information
swatigoel committed Nov 28, 2023
1 parent 0170c96 commit c3c4091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This contains the source code for the ios, android modules as well as a sample a

```bash
# Install latest version
npm install mosip/tuvali
npm install mosip-react-native-tuvali

# or

# Install specific version
npm install mosip/tuvali#v0.3.7
npm install mosip-react-native-tuvali@v0.4.7
```

# API documentation
Expand All @@ -29,7 +29,7 @@ For example use QR code generator to visually display URI and QR code scanner to
The Verifier device can show a QR code with the URI. Verifier can generate URI through startAdvertisement() method. Once advertisement is started, Verifier will keep advertising with an advertisement payload derived from URI.

```typescript
import tuvali from 'react-native-tuvali';
import tuvali from 'mosip-react-native-tuvali';
const { verifier } = OpenIdBle;

const uri = verifier.startAdvertisement();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosip-react-native-tuvali",
"version": "0.4.7",
"version": "0.4.8",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit c3c4091

Please sign in to comment.