Skip to content

Commit 14b9055

Browse files
authored
fix readme
1 parent 47956b6 commit 14b9055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
Via npm:
1212

1313
```shell
14-
npm install @nativescript-commuinty/solid-js dominative undom-ng solid-js
14+
npm install @nativescript-community/solid-js dominative undom-ng solid-js
1515
```
1616

17-
**Note:** `dominative`, `undom-ng`, `solid-js` are peer dependencies, you have to install them manually. As the benefit for using peer dependencies, you'll be able to upgrade these dependencies directly from upstream, no need to wait for an update with `@nativescript-commuinty/solid-js`
17+
**Note:** `dominative`, `undom-ng`, `solid-js` are peer dependencies, you have to install them manually. As the benefit for using peer dependencies, you'll be able to upgrade these dependencies directly from upstream, no need to wait for an update with `@nativescript-community/solid-js`
1818

1919
---
2020

2121
## Usage
2222

2323
```jsx
2424
import { Application } from "@nativescript/core"
25-
import { render } from "@nativescript-commuinty/solid-js"
25+
import { render } from "@nativescript-community/solid-js"
2626
import { createSignal } from "solid-js"
2727

2828
const App = () => {

0 commit comments

Comments
 (0)