Skip to content

Commit 17cfa85

Browse files
committed
documentation tweak
1 parent deb0d03 commit 17cfa85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/extensions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ The rationale is two-fold. Firstly, Cordaptor must support
1010
[different deployment models](./architecture.md) from the same codebase (embedded and standalone),
1111
which requires internal decoupling and, in case of the embedded CorDapp bundle, use of version-specific APIs,
1212
which cannot be easily accommodated in a monolithic codebase. Secondly, Cordaptor functionality
13-
may conceivably be augmented in a number of extension points, and microkernel architecture makes
14-
such extensibility a first-class citizen, as opposed to coming up with an ad hoc way.
13+
may conceivably be augmented in a number of extension points (see [use cases](#use-cases) below),
14+
and microkernel architecture makes such extensibility a first-class citizen, as opposed to
15+
coming up with an ad hoc mechanism.
1516

1617
## Use cases
1718

0 commit comments

Comments
 (0)