Skip to content

Commit a52c2d5

Browse files
Update README.md (#114)
Corrections of misspelled words.
1 parent 9741f86 commit a52c2d5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,25 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht
7272

7373
# Pull Requests
7474

75-
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
75+
I welcome and encourage all pull requests. It usually will take me 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure the timely addition of your request:
7676

7777
1. Match coding style (braces, spacing, etc.) This is best achieved using `Reformat Code` feature of Android Studio `CMD`+`Option`+`L` on Mac and `CTRL` + `ALT` + `L` on Linux + Windows .
78-
1. If its a feature, bugfix, or anything please only change code to what you specify.
78+
1. If it's a feature, bugfix, or anything please only change the code to what you specify.
7979
1. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
80-
1. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
80+
1. Pull requests _must_ be made against the `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
8181
1. Check for existing [issues](https://github.com/nisrulz/flutter-examples/issues) first, before filing an issue.
8282
1. Make sure you follow the set standard as all other projects in this repo do
8383
> Make sure the package name conforms to the format: `github.nisrulz.<app_name>`
8484
1. Have fun!
8585

86-
8786
## Extra
88-
Since the repo is pretty large now , I am sure many folks would like to download only some of the projects. To tackle that follow the steps below:
89-
- Install `svn` using homebrew (mac/linux)
87+
Since the repo is pretty large now, I am sure many folks would like to download only some of the projects. To tackle that follow the steps below:
88+
- Install `svn` using homebrew (Mac/Linux)
9089
```bash
9190
brew install svn
9291
```
9392
- Copy the name of the example folder in this repo i.e `simple_material_app`
94-
- Next replace `example_folder` in the below command:
93+
- Next, replace `example_folder` in the below command:
9594

9695
```bash
9796
svn checkout https://github.com/nisrulz/flutter-examples/trunk/example_folder
@@ -107,6 +106,7 @@ This project was created by [Nishant Srivastava](https://github.com/nisrulz/nisr
107106
108107
If you appreciate my work, consider [buying me](https://www.paypal.me/nisrulz/5usd) a cup of :coffee: to keep me recharged :metal: [[PayPal](https://www.paypal.me/nisrulz/5usd)]
109108
109+
110110
License
111111
=======
112112

0 commit comments

Comments
 (0)