Skip to content

Commit 0f3336a

Browse files
authored
[Bref] Fix heading hierarchy (#132)
1 parent 6d61e07 commit 0f3336a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bref/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ When this is deployed it can be invoked by
270270
serverless invoke --function hello --data '{"name":"Tobias"}'
271271
```
272272
273-
### Invoke handlers locally
273+
## Invoke handlers locally
274274
275275
Using a service from the container makes the handlers very simple to unit test.
276276
However, if you are lazy, you may want to invoke them locally from CLI.
@@ -319,7 +319,7 @@ serverless.yml file to read more natually.
319319

320320
```
321321

322-
### Typed handlers
322+
## Typed handlers
323323

324324
To better integrate with different AWS events, one can use "typed handlers".
325325
These are classes that implements `Bref\Event\Handler` and provides some helper

0 commit comments

Comments
 (0)