Skip to content

Commit ddce1fb

Browse files
committed
Update README.md
1 parent 77399cc commit ddce1fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Timmy
22
=====
33

4-
Timmy is a Pascal unit (i.e. library) for creating chat bots.
4+
Timmy is a Pascal unit for creating chat bots. It provides the `TTimmy` object,
5+
which is a data type that you can assign your variables to to make bots.
6+
Once that is done, you can start adding keywords for questions,
7+
and get the bot answers to the end user's questions.
8+
59
Creating bots with Timmy is as easy as 1 2 3.
610

711
How to create a bot with Timmy

RELEASE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Release Notes for Timmy 1.1.0
22
=============================
33

4-
What is Timmy?
5-
--------------
6-
Timmy is a Pascal unit for creating chat bots. It provides the `TTimmy` object, which is a data type that you can assign your variables to to make bots. Once that is done, you can start adding keywords for questions, and get the bot answers to the end user's questions.
7-
84
What's in this release?
95
----------------------------
106
This stable release (1.1.0) provides the `TTimmy` object with 3 ways to add keywords clues, and 4 ways to remove keywords clues, along with `TStrArray` - Array of String, and several helper functions like `StrSplit` and `StrTrim` that aren't part of the `TTimmy` object. See the included README file to know all what this Timmy release offers.

0 commit comments

Comments
 (0)