From eef38dd84d00574c03243741d85d6af469c24832 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 20 Jan 2023 17:49:19 +0000 Subject: [PATCH] Update 'App structure' --- App-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App-structure.md b/App-structure.md index 7c721d0..40b209d 100644 --- a/App-structure.md +++ b/App-structure.md @@ -6,7 +6,7 @@ app/src/main │ └── # custom fonts ├── java/org/mian/gitnex │ ├── actions -│ │ └── # reusable actions to send POST, PATCH, PUT or DELETE requests to Gitea instances +│ │ └── # reusable actions to send POST, PATCH, PUT or DELETE requests to Forgejo or Gitea instances │ ├── activities │ │ ├── # the application's activities │ │ ├── MainActivity.java # main activity, launched when app launchs