Skip to content

Commit 5878366

Browse files
committed
Fix a typo in the class name.
1 parent 0d989d3 commit 5878366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# JDXAndroidSimpleExample
1+
# JDXAndroidSimpleExample
22
### A Simple Example Project using JDXA ORM
33

44
This project shows a simple Android app using JDXA ORM to exchange object data with an on-device SQLite relational database. Some highlights:
5-
* The object model consists of one POJO class (AClass).
5+
* The object model consists of one POJO class (ClassA).
66
* The mapping specification is succinct.
77
* API calls for CRUD operations are simple.
88
* JDXA provides handy utility methods for displaying an object or a list of objects.

0 commit comments

Comments
 (0)