From cf0778245eb7d3ee5c8a53cc2299070eba53c2ec Mon Sep 17 00:00:00 2001 From: Santosh Yadav Date: Wed, 4 Aug 2021 15:55:51 +0530 Subject: [PATCH] doc: use Angular as the example is for Angular --- 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 50b8e4f74..ba1f54cc9 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/',