Skip to content

Commit 2ae732a

Browse files
author
Matt Raible
authored
Fix XML block
1 parent 92f0aab commit 2ae732a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ If you already have an Okta account, see the **Create a Web Application in Okta*
136136

137137
To use it, add the following plugin repository to the gateway project's `pom.xml`:
138138

139-
[source,xml]
140-
----
139+
```xml
141140
<pluginRepositories>
142141
<pluginRepository>
143142
<id>ossrh</id>
@@ -146,7 +145,7 @@ To use it, add the following plugin repository to the gateway project's `pom.xml
146145
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
147146
</pluginRepository>
148147
</pluginRepositories>
149-
----
148+
```
150149

151150
Then run `./mvnw com.okta:okta-maven-plugin:setup` to create an account and configure the gateway to work with Okta.
152151

0 commit comments

Comments
 (0)