Skip to content

Commit 289e007

Browse files
committed
Fix heading level in configuration
1 parent 4253a69 commit 289e007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

usage-rules/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2020 Zach Daniel
44
SPDX-License-Identifier: MIT
55
-->
66

7-
## Basic Configuration
7+
# Basic Configuration
88

99
To use AshPostgres, add the data layer to your resource:
1010

@@ -29,9 +29,9 @@ defmodule MyApp.Tweet do
2929
end
3030
```
3131

32-
## PostgreSQL Configuration
32+
# PostgreSQL Configuration
3333

34-
### Table & Schema Configuration
34+
## Table & Schema Configuration
3535

3636
```elixir
3737
postgres do

0 commit comments

Comments
 (0)