From f73a68b63dd52e84c495bf782cc545ea9fcf1d3b Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 14 Apr 2021 00:22:27 +0300 Subject: [PATCH] Fixed demo name --- 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 61db8cbec7..1cb4f24eca 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -45,7 +45,7 @@ return [ ], [ 'icon' => 'angular.svg', - 'name' => 'Todo App with Angular', + 'name' => 'Todo App with Angular.js', '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/',