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