Skip to content

Commit c2fee60

Browse files
committed
Corrects notes on examples
closes OpenFeign#218
1 parent 99cef80 commit c2fee60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Feign feign = Feign.builder().build();
6060
CloudDNS cloudDNS = feign.target(new CloudIdentityTarget<CloudDNS>(user, apiKey));
6161
```
6262

63-
You can find [several examples](https://github.com/Netflix/feign/tree/master/core/src/test/java/feign/examples) in the test tree. Do take time to look at them, as seeing is believing!
63+
### Examples
64+
Feign includes a working example [GitHub](https://github.com/Netflix/feign/tree/master/example-github) and [Wikipedia](https://github.com/Netflix/feign/tree/master/example-wikipedia) client. The denominator project can also be scraped Feign in practice. Particularly, look at its [example daemon](https://github.com/Netflix/denominator/tree/master/example-daemon).
6465

6566
### Integrations
6667
Feign intends to work well within Netflix and other Open Source communities. Modules are welcome to integrate with your favorite projects!

0 commit comments

Comments
 (0)