Skip to content

Commit 2b6c52f

Browse files
authored
docs: fix headings (#917)
1 parent 66600dd commit 2b6c52f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/upgrading.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
If upgrades between versions require manual actions, those are described here.
66

7-
# to v4.0.0
7+
## to v4.0.0
88

99
For breaking changes to functionality, see the release notes. Upgrade as follows:
1010

11-
## Using the binary directly
11+
### Using the binary directly
1212

1313
1. Upgrade to v3.22.2 before upgrading to v4.0.0.
1414
2. Upgrade to v4.0.0
1515

16-
## Using the OCI image
16+
### Using the OCI image
1717

1818
With the upgrade to v4.0.0, the image will now run rootless.
1919

@@ -22,11 +22,11 @@ With the upgrade to v4.0.0, the image will now run rootless.
2222
3. Update the ownership of the database file. Enter the directory where it is stored and run `chown 65532:65532 gorm.db` to update the permissions to the user the image is now using.
2323
4. Upgrade to v4.0.0
2424

25-
# to v3.0.0
25+
## to v3.0.0
2626

2727
v3.0.0 does not require manual steps. With v3.0.0, account names must be unique per budget.
2828

29-
# to v2.0.0
29+
## to v2.0.0
3030

3131
v2.0.0 does not require manual steps. With v2.0.0, spent amounts are now negative values instead of positive values.
3232

0 commit comments

Comments
 (0)