Skip to content

Commit a22f3e0

Browse files
Update README.md
1 parent 35adb84 commit a22f3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/jboss-standalone-tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Build and run the image, exposing the JMX port 9990:
2929
```bash
3030
docker build -t test_jboss . && docker run -d -p 9990:9990 test_jboss
3131
```
32-
### Install JBooss Custom connector
32+
### Install JBoss Custom connector
3333
JMX allows the use of custom connectors to communicate with the application. In order to use a custom connector, you have to place the files inside the sub-folder connectors where nrjmx is installed.
3434

3535
For this example I'll copy the connectors from the newly created docker container:

0 commit comments

Comments
 (0)