Skip to content

Commit 4d10aee

Browse files
fix: grammar in readme (#5)
1 parent 561c866 commit 4d10aee

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to AppBrickie 👋
1+
![Banner](assets/banner.jpg)
22

33
<p>
44
<a href="https://github.com/DarthBenro008/app-brickie/blob/master/LICENSE" target="_blank">
@@ -18,14 +18,14 @@
1818
1919
#### What can you do with AppBrickie?
2020

21-
- Get your APK delivered to you on telegram with just a push of commit !
22-
- Automated Android APK Builds
23-
- Unit Tests on Android Builds
24-
- Forget wires , patches and building pull requests manually!
21+
- Get your APK delivered to you on telegram with just a push of commit!
22+
- Automated Android APK Builds.
23+
- Unit Tests on Android Builds.
24+
- Forget wires, patches and building pull requests manually!
2525

2626
## Installation
2727

28-
**Step 1:** Add the following yaml file as build.yml in .github/workflows folder of your app repository
28+
**Step 1:** Add the following yaml file as build.yml in .github/workflows folder of your app repository.
2929

3030

3131
#### **For Native Android Builds (Java/Kotlin) :**
@@ -98,7 +98,7 @@ chatid: "qwerty12345"
9898
9999
**For Flutter Builds :**
100100
101-
Specify the abi type you want to build , if you dont specify any by default it will build Fat APK.
101+
Specify the abi type you want to build, if you dont specify any by default it will build Fat APK.
102102
103103
| ABI Type | Code |
104104
|:-----------:|:-------------------------:|
@@ -110,19 +110,19 @@ Specify the abi type you want to build , if you dont specify any by default it w
110110
<br>
111111

112112
#### **Optional Settings :**
113-
You can rename the app file name , by default its set to app-debug.apk , but to change that , add an input of packagename: "< YOUR APP NAME >"
113+
You can rename the app file name, by default its set to app-debug.apk, but to change that, add an input of packagename: "< YOUR APP NAME >"
114114

115115
Eg:
116116
```yaml
117117
packagename: "myapp"
118118
```
119119

120-
**Step 4:** Sit back and enjoy :D , get your build delivered to you on telegram automatically when a pull request or commit is created on master branch!
120+
**Step 4:** Sit back and enjoy :D, get your build delivered to you on telegram automatically when a pull request or commit is created on master branch!
121121

122122
## Upcoming Features
123123

124124
- Firebase apps build
125-
- Custom Key Signing
125+
- Custom Key Signing
126126
- React Native Build Support
127127

128128
## Disclaimer
@@ -134,15 +134,15 @@ You automatically agree to accept the default android-sdk license by using this
134134

135135
## Show your support
136136

137-
Give a ⭐ if this project made your life easy !
137+
Give a ⭐ if this project made your life easy!
138138

139-
Spread the word to your App Developer fellows to make thier life easier too !
139+
Spread the word to your App Developer fellows to make thier life easier too!
140140

141141
## Contributions
142142

143-
- Feel Free to Open a PR/Issue for any feature or bug(s)
144-
- Make sure you follow the community guidelines !
145-
- Feel free to open an issue to ask a question/discuss anything about AppBrickie
143+
- Feel Free to Open a PR/Issue for any feature or bug(s).
144+
- Make sure you follow the community guidelines!
145+
- Feel free to open an issue to ask a question/discuss anything about AppBrickie.
146146
- Have a feature request? Open an Issue!
147147

148148
## License

assets/banner.jpg

102 KB
Loading

0 commit comments

Comments
 (0)