Renamed EncodeJS to EncodeJs

This commit is contained in:
Erik C. Thauvin 2023-03-16 01:30:34 -07:00
parent bc349da8e1
commit 09a81509ff
5 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ This project provides a collection of template renderers.
| `rife.render.EncodeBase64` | Encodes a template value to Base64 |
| `rife.render.EncodeHtml` | Encodes a template value to HTML |
| `rife.render.EncodeHtmlEntities` | Encodes a template value to HTML decimal entities |
| `rife.render.EncodeJS` | Encodes a template value to JavaScript/ECMAScript |
| `rife.render.EncodeJs` | Encodes a template value to JavaScript/ECMAScript |
| `rife.render.EncodeJson` | Encodes a template value to JSON |
| `rife.render.EncodeQp` | Converts a template value to a quoted-printable string |
| `rife.render.EncodeUnicode` | Encodes a template value to Unicode escape codes |