From e04ef19dab0557315938708a6bec6c245c01a1bb Mon Sep 17 00:00:00 2001 From: Trevor Stone Date: Sun, 3 Jan 2016 19:03:55 -0800 Subject: Fix Readme typo and line length --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f477fba..b478e57 100644 --- a/README.md +++ b/README.md @@ -580,7 +580,7 @@ func (b *BoltDB) Close() { Database logic should be defined as methods on this wrapper struct. To initialize this struct from the native language (both platforms now sync -their local storage to the cloud. These snippits disable that functionality for the +their local storage to the cloud. These snippets disable that functionality for the database file): ####Android ```java @@ -596,7 +596,9 @@ Boltmobiledemo.BoltDB boltDB = Boltmobiledemo.NewBoltDB(path) ####iOS ```objc - (void)demo { - NSString* path = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMask, YES) objectAtIndex:0]; + NSString* path = [NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, + NSUserDomainMask, + YES) objectAtIndex:0]; GoBoltmobiledemoBoltDB * demo = GoBoltmobiledemoNewBoltDB(path); [self addSkipBackupAttributeToItemAtPath:demo.path]; //Some DB Logic would go here -- cgit v1.3