diff --git a/README.md b/README.md index 0019dc4c..e5e796b9 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Guide and protocol draft #### Database -* SQLite used to operate with user profile: for example, restore and save widget sessions, manage auth, history, bookmarks, etc -* Database stored in system config directory (could be detected / accessed simply using browser tools menu) +* [SQLite](https://sqlite.org) used to operate with user profile: for example, restore and save widget sessions, manage auth, history, bookmarks, etc +* Database stored in system config directory (could be detected simply using browser tools menu) * Every `browser` mod may have own table, where table must: * contain same name as mod location, for example `app_browser_widget` for `src/app/browser/widget.rs` * every table include autoincrement `id` column and parental primary ID if exist