Skip to content

Commit

Permalink
Fixed typo in README.md. (anitab-org#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarak-z authored and May Burgos committed Oct 24, 2017
1 parent 3854bfb commit 48d4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ When a repository is cloned, it has a default remote called `origin` that points
Here's the link to the official documentation:
[Visit Documentation!](http://chetnagsocpowerupandroid.blogspot.in/2015/05/database-design.html)

##Coding Guidelines
## Coding Guidelines
1. Don't use magic numbers or hard-coded strings. Put them in dimens.xml or strings.xml
1. Class names should be in CamelCase. Name activities with names including Activity so it's easier to know what they are.
1. Include spaces between parameters when you call a method for example: `Intent(MainActivity.this, GameActivity.class)`.
Expand Down

0 comments on commit 48d4318

Please sign in to comment.