From fa1355d27c2b51e2a8a7493c8a66b41774d13f0d Mon Sep 17 00:00:00 2001 From: Ian Thiel Date: Sat, 19 Dec 2015 20:10:59 -0800 Subject: [PATCH] Update README.md to fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c905ce7..c1dcc57 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SwiftData is a simple and effective wrapper around the SQLite3 C API written com ##Installation Currently, it's as easy as adding the file 'SwiftData.swift' as a git submodule, and dragging it into your project. -Ensure that you've added 'libsqlite3.dylib' as a linked framework and that you've added `#import "sqlite3.h"` to your Briding-Header.h file. +Ensure that you've added 'libsqlite3.dylib' as a linked framework and that you've added `#import "sqlite3.h"` to your Bridging-Header.h file. ##System Requirements