Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit 3bb27df

Browse files
committed
README.md
1 parent 53b2a6c commit 3bb27df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This repository contains an iOS application that uses the SQLite library [GRDB.s
44

55
It displays a simple Hall of Fame of people sorted by score, and demonstrates how the [FetchedRecordsController](http://github.com/groue/GRDB.swift#fetchedrecordscontroller) class can populate a table view, and automatically update its contents when the database is modified.
66

7-
![Screenshot](https://raw.githubusercontent.com/groue/GRDBDemo/master/ScreenShot.png)
7+
<p align="center">
8+
<img src="https://raw.githubusercontent.com/groue/GRDBDemo/master/ScreenShot.png" alt="Screen Shot">
9+
</p>
810

911
- [AppDelegate.swift](GRDBDemo/AppDelegate.swift)
1012

0 commit comments

Comments
 (0)