Skip to content

Commit

Permalink
fix some spelling error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 27, 2010
1 parent 268c532 commit c811140
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -3,16 +3,16 @@ Bason

Bason is a Java toolkit to generate [BSON](http://bsonspec.org "bson web site") serializer automatically.
The mapper class configured in bason.properties is generated at compile time which has no nagetive impact on performance
(comparing with tranditional reflection way).
(comparing with traditional reflection way).

Usage
-----
Annotate your Java bean with @BsonDocument to declare that this bean can be serialize
to or deserialize from bson.
Annotate your Java bean with @BsonDocument to declare that this bean can be serialized
to or deserialized from bson.

@BsonDocument
public class Passenger {

private double packageWeight;
public double getPackageWeight() {
Expand Down

0 comments on commit c811140

Please sign in to comment.