Skip to content

Commit

Permalink
typo corrected (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
paritosh149 authored Sep 12, 2021
1 parent 593713e commit 6426924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom-expressions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It is designed to be used with a companion render API. Currently there is a JSX

## Runtime Generator

Dom Expressions is designed to allow ypu to create a runtime to be tree shakeable. It does that by using "babel-plugin-transform-rename-import" to rename the import to your reactive core file. Setup the babel plugin and then `export * from "dom-expressions/src/runtime"`from your runtime. Be sure to not exclude the dom-expressions node_module.
Dom Expressions is designed to allow you to create a runtime to be tree shakeable. It does that by using "babel-plugin-transform-rename-import" to rename the import to your reactive core file. Setup the babel plugin and then `export * from "dom-expressions/src/runtime"`from your runtime. Be sure to not exclude the dom-expressions node_module.

```js
{
Expand Down

0 comments on commit 6426924

Please sign in to comment.