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)