Skip to content

Commit

Permalink
chore: readme minor up
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Dec 25, 2023
1 parent fb5464f commit 80a05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ class AppService {
export const appService = service(AppService);
```

If you run `appService.user` in your code anywhere it's get app property for **on demand** created service
If you run `appService.lang` in your code anywhere it's get app property for **on demand** created service

```typescript
import { observer } from "ya-signals";
Expand Down

0 comments on commit 80a05c1

Please sign in to comment.