Skip to content

Commit 48c0305

Browse files
committed
Update readme
1 parent d432abd commit 48c0305

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ In [computer science](https://en.wikipedia.org/wiki/Computer_science), separatio
1515

1616
`hoc` prefers [functional programming](https://en.wikipedia.org/wiki/Functional_programming) and allows programmers to write small functions. These functions follow [single responsibility principle](https://en.wikipedia.org/wiki/Single_responsibility_principle) and do just one thing and produce predictable output.
1717

18+
## Dependency
19+
You need to install preact in the host application.
20+
```
21+
npm i -S preact
22+
```
1823

1924
## Getting Started
2025

0 commit comments

Comments
 (0)