diff --git a/README.md b/README.md index a057a7f..27c9262 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Locksidian is an add-on for the Obsidian note-taking app that adds a password prompt when entering your vault. +![image](https://github.com/SineCrepusculum/locksidian/assets/113909005/54b7a889-3baf-4df7-b046-3d1b820d1542) + ## Installation 1. Download the latest release of the Locksidian add-on from the [Releases](https://github.com/SineCrepusculum/locksidian/releases) page. @@ -24,8 +26,8 @@ Locksidian is an add-on for the Obsidian note-taking app that adds a password pr Currently, Locksidian uses a hardcoded password for demonstration purposes. To change the password: 1. Open the `main.ts` file in the Locksidian source code. -2. Locate the line that says `const correctPassword = 'YOUR_CORRECT_PASSWORD';`. -3. Replace `'YOUR_CORRECT_PASSWORD'` with your desired password. +2. Locate the line that says `const correctPassword = '123098';`. +3. Replace `'123098'` with your desired password. ## Development