Skip to content

Commit

Permalink
Fix typo and grammar in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lyudmil committed Oct 30, 2012
1 parent 202ef2f commit ee73bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -40,7 +40,7 @@ So, the first step is to create a class that extends `ActiveRecordBase` and defi
```java
public class Course extends ActiveRecordBase<Course> {

public String name; // All field that you wish saved to the database must be declared public
public String name; // All fields you wish to save to the database must be declared public
public String description;

// More code...
Expand Down

0 comments on commit ee73bbb

Please sign in to comment.