You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ It is safe and secure: it doesn't use eval or (new Function), so it cannot execu
28
28
29
29
It doesn't include a whole bloat load of features that are unlikely to get used when you just want to get some simple templating up and running.
30
30
31
-
It comes in two versions: "lite" (which is tiny), and "standard", which has advanced functionality and allows extensibility with plugins.
31
+
It comes in two versions: "tinytim.js" (<200kb), and "standard", which has advanced functionality and allows extensibility with plugins.
32
32
33
33
It's easy to debug.
34
34
35
35
For these reasons, it is now in use in Sqwidget, the JavaScript widget library: [github.com/premasagar/sqwidget](http://github.com/premasagar/sqwidget)
36
36
37
37
38
-
## Tim & Tim Lite: Core Functionality
39
-
There are two versions of Tim: the "standard" (full) version, and a stripped down "lite" version. The core functionality of both versions is identical, and is described below.
38
+
## Tim & tinytim.js: Core Functionality
39
+
There are two versions of Tim: the "standard" (full) version, and a stripped down "tinytim.js" version. The core functionality of both versions is identical, and is described below.
40
40
41
41
42
42
Tim can be used to replace tokens within a text string with specified data.
0 commit comments