Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 35a6555

Browse files
authored
Fix typo in README.md
1 parent 7a844fb commit 35a6555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nativescript-sdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Then you can use dependency injection to inject a Kinvey service in your module
5656

5757
```js
5858
import { Component } from '@angular/core';
59-
import { UserService } from 'kinvey-nativescript-sdk/angular`;
59+
import { UserService } from 'kinvey-nativescript-sdk/angular';
6060

6161
@Component()
6262
export class AppComponent {

0 commit comments

Comments
 (0)