Skip to content

Commit 4763b59

Browse files
committed
fixing readme
1 parent 4624260 commit 4763b59

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ and make the process more opaque to the developer.
1313
How to use:
1414
-----------
1515
Install via Maven:
16-
```bash
17-
git clone https://github.com/pfgray/basiclti-util-java.git
18-
cd basiclti-util-java/
19-
mvn clean install
16+
```
17+
git clone https://github.com/pfgray/basiclti-util-java.git
18+
cd basiclti-util-java/
19+
mvn clean install
2020
```
2121
Include in your project's `pom.xml`:
2222

2323
```xml
24-
<dependency>
25-
<groupId>org.imsglobal</groupId>
26-
<artifactId>basiclti-util</artifactId>
27-
<version>1.0.0</version>
28-
</dependency>
24+
<dependency>
25+
<groupId>org.imsglobal</groupId>
26+
<artifactId>basiclti-util</artifactId>
27+
<version>1.0.0</version>
28+
</dependency>
2929
```
3030
Examples:
3131
---------

0 commit comments

Comments
 (0)