Skip to content

Commit 60daeff

Browse files
committed
Merge pull request #14 from IMSGlobal/fix_current_version
Fixing version in documentation, Fixes #13
2 parents 61964a7 + 3aedb49 commit 60daeff

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,15 @@ and make the process more opaque to the developer.
1212

1313
How to use:
1414
-----------
15-
Install via Maven:
16-
```
17-
git clone https://github.com/pfgray/basiclti-util-java.git
18-
cd basiclti-util-java/
19-
mvn clean install
20-
```
15+
16+
With Maven:
2117
Include in your project's `pom.xml`:
2218

2319
```xml
2420
<dependency>
25-
<groupId>org.imsglobal</groupId>
26-
<artifactId>basiclti-util</artifactId>
27-
<version>1.0.0</version>
21+
<groupId>org.imsglobal</groupId>
22+
<artifactId>basiclti-util</artifactId>
23+
<version>1.1.1</version>
2824
</dependency>
2925
```
3026
Examples:

0 commit comments

Comments
 (0)