Skip to content

Commit f8a888e

Browse files
authored
Update README.md
1 parent 6f51363 commit f8a888e

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
@@ -21,7 +21,7 @@ SQLiteORM-Swift is an ORM library for SQLite3 built with Swift 5
2121
* **Transactions support**
2222
* **Migrations functionality**
2323

24-
`SQLiteOrm` library allows to create easy data model mappings to your database schema. It is built to manage (CRUD) objects with a primary key and without it. It also allows you to specify table names and column names explicitly no matter how your classes actually named. And it does not depend on `Codable` protocol. Take a look at example:
24+
`SQLiteORM` library allows to create easy data model mappings to your database schema. It is built to manage (CRUD) objects with a primary key and without it. It also allows you to specify table names and column names explicitly no matter how your classes actually named. And it does not depend on `Codable` protocol. Take a look at example:
2525

2626
```swift
2727
import SQLiteORM

0 commit comments

Comments
 (0)