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"