Skip to content

Commit 24ab148

Browse files
committed
update jex size
1 parent 1f41bd3 commit 24ab148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jex/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="overview">Avaje Jex</h1>
8989
<p><br><br>
9090
An uncommonly known fact is that the JDK comes <a
9191
href="https://docs.oracle.com/en/java/javase/21/docs/api/jdk.httpserver/com/sun/net/httpserver/package-summary.html">built
92-
in with an http server</a>. Avaje Jex is a lightweight (~110kb) wrapper over the built-in api with some key
92+
in with an http server</a>. Avaje Jex is a lightweight (~120kb) wrapper over the built-in api with some key
9393
enhancements.
9494
</p>
9595

@@ -683,7 +683,7 @@ <h2 id="static">Static Resources</h2>
683683
<td>Adds a new response header to the configuration.</td>
684684
</tr>
685685
<tr>
686-
<td><strong><code>resourceLoader(ClassResourceLoader.fromClass(clazz))</code></strong></td>
686+
<td><strong><code>resourceLoader(clazz)</code></strong></td>
687687
<td>Sets a custom resource loader for loading class/module path resources.</td>
688688
</tr>
689689
<tr>

0 commit comments

Comments
 (0)