diff options
author | Joe Farrell <joe2farrell@gmail.com> | 2016-06-03 16:56:58 +0100 |
---|---|---|
committer | Joe Farrell <joe2farrell@gmail.com> | 2016-06-03 16:56:58 +0100 |
commit | 08ce9bb7546c5cd507ff4a146872abc76eee7f9e (patch) | |
tree | db1d22cfb91103b45577ba3aae8ab5a2497a140c /README.md | |
parent | v1.2.1 (diff) | |
download | dedo-08ce9bb7546c5cd507ff4a146872abc76eee7f9e.tar.gz dedo-08ce9bb7546c5cd507ff4a146872abc76eee7f9e.tar.xz |
Fixed typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |