Skip to content

Commit 0511be0

Browse files
authored
Update README.md
1 parent 1963ed1 commit 0511be0

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
@@ -6,7 +6,7 @@
66

77
![example workflow](https://github.com/fnc12/sqlite-orm-swift/actions/workflows/swift.yml/badge.svg)
88

9-
SQLiteOrm-Swift is an ORM library for SQLite3 built with Swift 5
9+
SQLiteORM-Swift is an ORM library for SQLite3 built with Swift 5
1010

1111
# Advantages
1212

@@ -56,7 +56,7 @@ CREATE TABLE user_types (
5656
name TEXT NOT NULL)
5757
```
5858

59-
Now we tell `SQLiteOrm` library about our schema and provide database filename. We create `storage` helper object that has CRUD interface. Also we create every table and every column. All code is intuitive and minimalistic.
59+
Now we tell `SQLiteORM` library about our schema and provide database filename. We create `storage` helper object that has CRUD interface. Also we create every table and every column. All code is intuitive and minimalistic.
6060

6161
```swift
6262
let path = getDocumentsDirectory() + "/db.sqlite"

0 commit comments

Comments
 (0)