Corrected spelling error ...

master
Donald F Coffin 2013-06-13 23:43:02 -07:00
parent 9a6e8835b9
commit a2cde981e0
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@
</build>
</project>
This creates a project with two modules, one bing the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. We also set some global properties (versions of Java, Spring, etc.) and the finalName of our project.
This creates a project with two modules, one being the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. We also set some global properties (versions of Java, Spring, etc.) and the finalName of our project.
3. Now clone the `OpenID-Connect-Java-Spring-Server` into the `example-openid-connect-overlay/` directory