summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-06-06 20:50:03 -0600
committermo <mo.khan@gmail.com>2019-06-06 20:50:03 -0600
commit55945e50769fe979eb56590d2072bcfb4fb37d14 (patch)
tree23d0fb6dbdec238f7c8f63b363784804fb76395b
parenta7f31ad3fec79bf125200bae9ffee2e25c0ae974 (diff)
update project README
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2491ca0..7e22f73 100644
--- a/README.md
+++ b/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.
-
-![build](doc/gitlab-ci.png)