Skip to content

Commit 69f6655

Browse files
authored
chore: fix docs (#8)
1 parent da2bdc9 commit 69f6655

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ KeyWatch/
5050
└── integration_tests.rs // Integration tests for end-to-end functionality.
5151
```
5252

53-
# <<<<<<< Updated upstream
54-
5553
The relationships between key modules are illustrated below:
5654

5755
```mermaid
@@ -134,14 +132,11 @@ You can install KeyWatch globally so it is available from any command prompt:
134132
```ps1
135133
Copy-Item -Path "key-watch.exe" -Destination "C:\Program Files\KeyWatch\key-watch.exe"
136134
```
137-
138-
> [!TIP]
139-
> You can also add the `–Force` parameter if you want to overwrite the destination file without any prompts
135+
136+
You can also add the `–Force` parameter if you want to overwrite the destination file without any prompts
140137

141138
3. Alternatively, you can add `%USERPROFILE%\.cargo\bin` to your system `PATH` if it’s not already included. This is where Cargo installs binaries by default.
142139

143-
> > > > > > > Stashed changes
144-
145140
## Usage
146141

147142
### Scanning Files and Directories
@@ -213,8 +208,8 @@ Integrate KeyWatch into your development workflow by setting it up as a pre-comm
213208
pip install pre-commit
214209
```
215210

216-
> [!NOTE]
217-
> Make sure that you have the `pre-commit` binary in your PATH.
211+
> [!NOTE]
212+
> Make sure that you have the `pre-commit` binary in your PATH.
218213

219214
2. **Create the Hook Script:**
220215

0 commit comments

Comments
 (0)