From 08ce9bb7546c5cd507ff4a146872abc76eee7f9e Mon Sep 17 00:00:00 2001 From: Joe Farrell Date: Fri, 3 Jun 2016 16:56:58 +0100 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bff3cc..02e0c33 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ if err != nil { Bolt is able to run on mobile devices by leveraging the binding feature of the [gomobile](https://github.com/golang/mobile) tool. Create a struct that will contain your database logic and a reference to a `*bolt.DB` with a initializing -contstructor that takes in a filepath where the database file will be stored. +constructor that takes in a filepath where the database file will be stored. Neither Android nor iOS require extra permissions or cleanup from using this method. ```go