From b05dfe01f5dc363438be4d00a4b58e3beeb309b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 5 Jun 2018 11:28:41 +0200 Subject: [PATCH] doc fix --- README.md | 5 +++-- mocking/README.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e17e0d..295b624 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Camel Examples -This repository is a collection of examples built using [Camel](http://camel.apache.org/). +This repository is a collection of examples built using [Camel](http://camel.apache.org/). -There is a logical order, in which you should read and try those examples: +There is a logical order, in which you should read and try those examples: - [Pre-requisites](prerequisites/README.md) - [Hello World (Java)](hello-world-java) - [Hello World (Spring)](hello-world-spring) +- [API Mocking](mocking) diff --git a/mocking/README.md b/mocking/README.md index 56e074a..b6573d9 100644 --- a/mocking/README.md +++ b/mocking/README.md @@ -137,3 +137,4 @@ Note: you will have to press Ctrl-C to exit this example! - [Simple Expressions Syntax](http://camel.apache.org/simple.html) - [Constant Syntax](http://camel.apache.org/constant.html) - [The Log EIP](http://camel.apache.org/logeip.html) +- [The Content Based Router EIP](http://camel.apache.org/content-based-router.html)