Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnhan2ka3 authored Sep 9, 2024
1 parent bb08d86 commit 4bf7afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Which version should I use?
<code>default</code> version seems to be suitable for almost base cases, promise that you don't need to handle very complex conditions like ternary in template literal, or nesting itself/custom functions inside main object(s).
</li>
<li align="start">
In the other hand, <code>extend</code> version is the most stable and powerful, it can handle almost any cases you can imagine (if not, please open an issue), your only trade-off is that it's a bit slower than <code>default</code> version (because of AST parsing).
In the other hand, <code>extend</code> version is the most stable and powerful, it can handle almost any cases you can imagine (if not, please open an issue), your only trade-off is that it's a very little bit slower than <code>default</code> version (because of AST parsing).
</li>
<li align="start">
I'm currently using <code>extend/lite</code> version.
Expand Down

0 comments on commit 4bf7afb

Please sign in to comment.