From 47d6afc40aeb6ae4a882642d292cae7025ceb069 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 3 Jul 2018 19:51:16 -0700 Subject: [PATCH] Update --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index aede1c2..8b818ff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,7 +25,9 @@ JavaScript. One of my largest personal projects is RiveScript, a scripting language for programming chat bots — matching a user's - message to a certain response. + message to a certain response. I programmed five different ports of + RiveScript in different programming languages: Perl, Java, JavaScript, + Python, and Go.