Skip to content

Commit 93ac51f

Browse files
committed
Update readme
1 parent cb04cb2 commit 93ac51f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A companion app written with **React** and **Tauri** to help you manage your app
2020
- [x] Start/Cancel your app build
2121
- [x] Start/Cancel all your apps packaged in a bundled apps
2222
- [x] The application can work with restricted access tokens (scoped on one app and with full access / read only)
23+
- [x] Light/dark theme
2324
- [ ] View the logs of your builds
2425
- [ ] View all the available builds
2526
- [ ] Edit / remove a bundled app
@@ -37,7 +38,7 @@ First install the application from the [release page](https://github.com/zenoxs/
3738

3839
Then you will need to create an API Token from your AppCenter account. This can be done in 2 ways:
3940

40-
- From your Appcenter [account settings](https://appcenter.ms/settings/apitokens), **/!\\ remark** if you do so thee generated token will have access to all your apps.
41+
- From your Appcenter [account settings](https://appcenter.ms/settings/apitokens), **/!\\ remark** if you do so generated token will have access to all your apps.
4142
- From the settings of your app : https://appcenter.ms/orgs/{owner}/apps/{app-name}/settings/apitokens
4243

4344
![Create appcenter api token](./screenshots/create-appcenter-api-token.png)
@@ -53,14 +54,10 @@ A bundled app is a logical representation of multiple appcenter's apps. If you r
5354

5455
## Confidentiality & Security
5556

56-
##
57-
5857
**Q:** Do AC Companion can acccess to my appcenter's account?
5958

6059
**A:** No, the application is designed to be a serverless application. All your data is stored in your local machine. AC Companion only uses the [App Center API](https://openapi.appcenter.ms/) to communicate with your appcenter's account.
6160

62-
##
63-
6461
---
6562

6663
## Development

0 commit comments

Comments
 (0)