Clarify README

This commit is contained in:
4eb0da
2023-08-16 13:40:48 +03:00
parent d04e878de7
commit 76eb048c2e
+4
View File
@@ -12,8 +12,12 @@ npm i @divkitframework/divkit --save
[Example usage repos](../divkit-examples)
### Inlude CSS
For all variants of usage, css file `dist/client.css` is required. Include it in any way (import as module, link directly in html, etc).
### Include js
JS code can be bundled with various strategies. Basically you need to answer a few questions
### Is there any server-side rendering (SSR) or will it be only on client?