Skip to content

Commit 0157941

Browse files
committed
fix README instructions for oauth2 element
1 parent b96d7d7 commit 0157941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ it using the `<oauth2 />` element. Here is an example:
9999
<goal>generate</goal>
100100
</goals>
101101
<configuration>
102-
<oauth>
102+
<oauth2>
103103
<tokenUrl>http://example.com/uaa/token</tokenUrl>
104104
<authorizationUrl>http://example.com/uaa/authorize</authorizationUrl>
105105
<flows>
@@ -116,7 +116,7 @@ it using the `<oauth2 />` element. Here is an example:
116116
<description>Access to write operations.</description>
117117
</scope>
118118
</scopes>
119-
</oauth>
119+
</oauth2>
120120
</configuration>
121121
</execution>
122122
</executions>

0 commit comments

Comments
 (0)