From a2f1aa55a23ec8249c0987162b789ffd4f15e8bc Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 11 Apr 2021 23:27:06 +0300 Subject: [PATCH] Updated description --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 1cb4f24eca..61db8cbec7 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -45,7 +45,7 @@ return [ ], [ 'icon' => 'angular.svg', - 'name' => 'Todo App with Angular.js', + 'name' => 'Todo App with Angular', 'description' => 'A simple Todo app that uses both the Appwrite account and database APIs.', 'source' => 'https://github.com/appwrite/todo-with-angular', 'url' => 'https://appwrite-todo-with-angular.vercel.app/',