Browse Source

doc fix

master
Nicolas Massé 8 years ago
parent
commit
b05dfe01f5
  1. 1
      README.md
  2. 1
      mocking/README.md

1
README.md

@ -6,3 +6,4 @@ There is a logical order, in which you should read and try those examples:
- [Pre-requisites](prerequisites/README.md) - [Pre-requisites](prerequisites/README.md)
- [Hello World (Java)](hello-world-java) - [Hello World (Java)](hello-world-java)
- [Hello World (Spring)](hello-world-spring) - [Hello World (Spring)](hello-world-spring)
- [API Mocking](mocking)

1
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) - [Simple Expressions Syntax](http://camel.apache.org/simple.html)
- [Constant Syntax](http://camel.apache.org/constant.html) - [Constant Syntax](http://camel.apache.org/constant.html)
- [The Log EIP](http://camel.apache.org/logeip.html) - [The Log EIP](http://camel.apache.org/logeip.html)
- [The Content Based Router EIP](http://camel.apache.org/content-based-router.html)

Loading…
Cancel
Save