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

Commit 56a3677

Browse files
authored
Fix typo in README.md
1 parent 35a6555 commit 56a3677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-sdk/README.md

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

3131
```js
3232
import { Component } from '@angular/core';
33-
import { UserService } from 'kinvey-angular-sdk`;
33+
import { UserService } from 'kinvey-angular-sdk';
3434

3535
@Component()
3636
export class AppComponent {

0 commit comments

Comments
 (0)