Skip to content

Commit e3988ae

Browse files
change indentation level
1 parent c91588b commit e3988ae

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@
6565
}
6666
```
6767

68-
> [!NOTE]
69-
> In this example, the private key's contents are set and loaded directly from the environment. If you prefer to use the file itself, you could do something like this instead:
70-
71-
```python
72-
from pathlib import Path
73-
74-
GITHUB_APP = {
75-
...
76-
"PRIVATE_KEY": Path(env.path("GITHUB_PRIVATE_KEY_PATH")).read_text(),
77-
...
78-
}
79-
```
68+
> [!NOTE]
69+
> In this example, the private key's contents are set and loaded directly from the environment. If you prefer to use the file itself, you could do something like this instead:
70+
>
71+
> ```python
72+
> from pathlib import Path
73+
>
74+
> GITHUB_APP = {
75+
> ...
76+
> "PRIVATE_KEY": Path(env.path("GITHUB_PRIVATE_KEY_PATH")).read_text(),
77+
> ...
78+
> }
79+
> ```
8080
8181
## Getting Started
8282

0 commit comments

Comments
 (0)