Skip to content

Commit 9e36be0

Browse files
committed
still more edits
1 parent f80654b commit 9e36be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,16 @@ The sidecar is a standalone process that runs the exporter. It is primarily inte
152152

153153
## Build and run with Maven
154154

155-
There are two ways to build the sidecar implementation. The first is with Maven, using `mvn install`. Note that this
156-
requires JDK11 or later. Building the project with JDK8 will skip the sidecar module. The alternative is to
157-
[build with Docker](#building-a-docker-image)
155+
There are two ways to build the sidecar implementation. The first is with Maven, using the same `mvn install` command
156+
specified [above](#building-from-source). Note that this requires JDK11 or later; building the project with JDK8 will
157+
skip the sidecar module. The alternative is to [build with Docker](#building-a-docker-image)
158158

159159
After building, run:
160160
```
161161
java -jar wls-exporter-sidecar/target/wls-exporter-sidecar.jar
162162
```
163163

164-
This will start the exporter on port 8080, and expect to find a WebLogic Server instance locally, listening on port 7001.
164+
This will start the exporter on port 8080, and it will expect to find a local WebLogic Server instance, listening on port 7001.
165165

166166
You can make changes by specifying parameters on the command line:
167167

0 commit comments

Comments
 (0)