Skip to content

Commit 3ece2b5

Browse files
authored
Fix casing in the ReadMe (#14)
1 parent 6ad0346 commit 3ece2b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ This is typically a one-time setup. If you encounter any issues or have suggesti
2323

2424
1. Open IntelliJ IDEA settings.
2525
2. Navigate to **Editor** -> **Code Style**.
26-
3. Set the **Scheme** to `Maxxton Code Style [Mold]`.
26+
3. Set the **Scheme** to `Maxxton Code Style [MOLD]`.
2727
4. Navigate to **Editor** -> **Inspections**.
28-
5. Set the **Profile** to `Maxxton Inspections [Mold]`.
28+
5. Set the **Profile** to `Maxxton Inspections [MOLD]`.
2929

3030
### Automating Code Style and Inspections with IntelliJ Git Hooks
3131

3232
IntelliJ IDEA supports built-in Git hooks that can be used to enforce code style and inspections automatically on Git commits. Here's how to set it up:
3333

3434
1. Open IntelliJ IDEA and open the Settings menu.
3535
2. Go to **Version Control** -> **Commit**.
36-
3. Enable the **Cleanup** option and select the `Maxxton Inspections [Mold]` profile.
37-
4. Enable the **Analyze Code** option and select the `Maxxton Inspections [Mold]` profile.
36+
3. Enable the **Cleanup** option and select the `Maxxton Inspections [MOLD]` profile.
37+
4. Enable the **Analyze Code** option and select the `Maxxton Inspections [MOLD]` profile.
3838
5. Click **OK** to save the settings.
3939

4040
With these settings enabled, IntelliJ IDEA will automatically apply the selected checks and formatting whenever you commit changes.
@@ -53,4 +53,4 @@ With these settings enabled, IntelliJ IDEA will automatically apply the selected
5353
1. Open the Plugins window in IntelliJ IDEA (⚙️ icon in the top-right corner).
5454
2. Click the **gear icon** next to the **Marketplace** and **Installed** tabs.
5555
3. Select **Install Plugin from Disk...**.
56-
4. Choose the `.zip` file from the `./build/distributions/` directory of this project.
56+
4. Choose the `.zip` file from the `./build/distributions/` directory of this project.

0 commit comments

Comments
 (0)