Commit 55945e5
Changed files (1)
README.md
@@ -18,12 +18,11 @@ To run the console application:
```bash
$ mvn package
- $ java -cp target/assignment1*.jar ca.mokhan.comp268.App
+ $ java -cp target/assignment2*.jar ca.mokhan.comp268.App
```
To generate the javadoc documentation:
-
```bash
$ mvn javadoc:javadoc
```
@@ -43,10 +42,5 @@ layout.
The source code for this project can be found on
`https://github.com/mokhan/comp-268`. This is currently a private
-repository so a request to the author will need to be made in order to
+repository. A request to the author can be made in order to
gain access.
-
-Gitlab was used for hosting the continuous integration builds as shown
-in the image below.
-
-