diff options
| -rw-r--r-- | hittekaart/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hittekaart/src/lib.rs b/hittekaart/src/lib.rs index 5d71d2c..a885480 100644 --- a/hittekaart/src/lib.rs +++ b/hittekaart/src/lib.rs @@ -31,7 +31,7 @@ //! )?; //! // Before we run the second step, we set up the storage system. You can save the bytes in any //! // way you want, but there are convenience functions in this crate: -//! let mut store = storage::Sqlite::connect(":memory:")?; +//! let mut store = storage::OsmAnd::open(":memory:")?; //! store.prepare()?; //! store.prepare_zoom(ZOOM)?; //! // Now we're ready to do the actual colorizing |
