Skip to content

Commit 1aeab57

Browse files
committed
Rename existing integrant apps section
1 parent 16b7653 commit 1aeab57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ Can Duct provide any benefit in that case?
15321532
If you use Integrant, you can use parts of Duct. This section will cover
15331533
common use-cases.
15341534

1535-
=== Integrant '`main`' Replacement
1535+
=== Integrant Runner
15361536

15371537
A common pattern for using Integrant have a `-main` function that loads
15381538
and initiates an Integrant configuration. In many cases, you can use
@@ -1623,11 +1623,11 @@ of any Integrant configuration. Here are three of the most useful
16231623
outside of Duct:
16241624

16251625
- https://github.com/duct-framework/database.sql.hikaricp[database.sql.hikaricp] -
1626-
creates a database connection pool using HikariCP.
1626+
creates a database connection pool using HikariCP
16271627
- https://github.com/duct-framework/logger.simple[logger.simple] -
1628-
a simple buffered logger that can write to a file or STDOUT.
1628+
a simple buffered logger that can write to a file or STDOUT
16291629
- https://github.com/duct-framework/server.http.jetty[server.http.jetty] -
1630-
starts a Ring adapter based on the Jetty webserver.
1630+
starts a Ring adapter based on the Jetty webserver
16311631

16321632

16331633
== Integrations

0 commit comments

Comments
 (0)