Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtudan authored Jun 24, 2018
1 parent 49cbef7 commit 318516e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# About this project

This module adds support for the MVC 1.0 spec to wildfly 10.x by installing the
This module adds support for the MVC 1.0 spec to wildfly >= 10.x by installing the
reference implementation "Ozark".

# Installation
Expand Down Expand Up @@ -49,7 +49,7 @@ All you need is the MVC-API. If you are using Maven, you can add it like this:
<dependency>
<groupId>javax.mvc</groupId>
<artifactId>javax.mvc-api</artifactId>
<version>1.0-edr2</version>
<version>1.0-pr</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 318516e

Please sign in to comment.