diff --git a/README.md b/README.md index ff06c94..c5d4bcc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Joplin Backup Plugin +# Joplin Plugin: Backup A plugin to extend Joplin with a manual and automatic backup function. @@ -37,7 +37,7 @@ A plugin to extend Joplin with a manual and automatic backup function. ### Automatic - Go to `Tools > Options > Plugins` -- Search for `Simple Backup` +- Search for `Backup` - Click Install plugin - Restart Joplin to enable the plugin diff --git a/src/manifest.json b/src/manifest.json index 9edb077..c08aee7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "id": "io.github.jackgruber.backup", "app_min_version": "2.1.3", "version": "1.3.6", - "name": "Simple Backup", + "name": "Backup", "description": "Plugin to create manual and automatic backups.", "author": "JackGruber", "homepage_url": "https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md",