diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-06-07 08:37:57 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2016-06-07 08:37:57 -0600 |
commit | fcd54880355a61895143028322db2a0ece2cb6c0 (patch) | |
tree | 6897c958b868752207f5503fc049747cf2638cc3 | |
parent | Merge pull request #563 from dankomiocevic/patch-1 (diff) | |
parent | Fixed typo in README (diff) | |
download | dedo-fcd54880355a61895143028322db2a0ece2cb6c0.tar.gz dedo-fcd54880355a61895143028322db2a0ece2cb6c0.tar.xz |
Merge pull request #565 from joe2far/patch-1
Fixed typo in README
-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 |