Skip to content

Commit

Permalink
Fix verbatim text
Browse files Browse the repository at this point in the history
  • Loading branch information
yawaramin committed Jan 28, 2025
1 parent ed9a3dd commit a7886f8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dream-html/dream_html.mli
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,15 @@ val static_asset : (Dream.response Dream.promise, _) path -> Dream.route
inside a dune component called [static] and in the [static/assets]
subdirectory. Suppose you have the following directory tree:
{[
static / dune assets / css / app.css js / app.js
]}
{v
static/
dune
assets/
css/
app.css
js/
app.js
v}
The [dune] file defines a [library] component that will make the following
module available:
Expand Down

0 comments on commit a7886f8

Please sign in to comment.