Skip to content

Commit 1ed59fc

Browse files
committed
Update README
1 parent 637b7de commit 1ed59fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Restorable SQLiteDatabase
22
=========================
3-
A wrapper to replicate android's [SQLiteDatabase](http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html) class to manage a SQLite database with restoring capability. This wrapper makes it possible to undo changes made after execution of SQL queries.
3+
RestorableSQLiteDatabase is A wrapper to replicate android's [SQLiteDatabase](http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html) class to manage a SQLite database with restoring capability. This wrapper makes it possible to undo changes made after execution of SQL queries.
44

55
## Documentation
66
```java

0 commit comments

Comments
 (0)