From df697a3a6673aa41e4ec40590a2132c56b73c017 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 19 Jun 2020 13:05:28 -0700 Subject: [PATCH] changed description for freechat --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fbcfb42..aa1fd93 100644 --- a/config.toml +++ b/config.toml @@ -131,7 +131,7 @@ theme = "sada" [[params.projects.list]] title = "Freechat - A Decentralized Chat Platform" url = "https://gitlab.com/shockrah/freechat" - description = "Web based chat server built with Rust. Endpoints are served on a restful API, which often hooks into an SQL database. Unit testing is also handled using Cargo's built in testing configuration features." + description = "Decentralized chat service built with asynchronous Rust. Data persistence is handled with MySQL. An Electron based app was also built to use the service on Desktop." [[params.projects.list]] title = "Personal Graphics Engine"