Skip to content

Commit 32a7a9b

Browse files
authored
Fix formatting in README.md for profile section
1 parent 61c4760 commit 32a7a9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ It's sometimes useful for expansions to be given profiles. For example:
435435
:dev {:adapter.jetty {:port 8080, :handler (ig/ref :handler/debug)}
436436
:handler/debug {:name name}}
437437
:prod {:adapter/jetty {:port 80, :handler (ig/ref :handler/greet)}
438-
:handler/greet {:name name}})
438+
:handler/greet {:name name}}))
439439
```
440440

441441
The expansion generated depends on the profile used. To use this, the

0 commit comments

Comments
 (0)