Skip to content

Commit c7ada7f

Browse files
committed
doc update
1 parent f76f15e commit c7ada7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/REST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ appropriate network layer is implemented. For JVM, Jetty-based implementations f
66
are provided.
77

88
The core of REST framework is platform independent and network-implementation indepenedent and therefore
9-
has no external dependencies. Because of that, it's a part of `commons-core` module. This is enough to
9+
has no external dependencies. It is implemented in cross-compiled `commons-rest` module. This is enough to
1010
be able to define REST interfaces. But if you want to expose your REST interface through an actual HTTP
1111
server or have an actual HTTP client for that interface, you need separate implementations for that.
1212
The `commons-jetty` module provides Jetty-based implementations for JVM.

0 commit comments

Comments
 (0)