Skip to content

Commit f1cbdd0

Browse files
authored
Update README.md
1 parent 4ba15b6 commit f1cbdd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Test Coverage
55
[![Coverage Status](https://coveralls.io/repos/izmailoff/scala-nn/badge.svg?branch=master)](https://coveralls.io/r/izmailoff/scala-nn?branch=master)
66

7-
# scala-nn
7+
# Scala-NN
88
A Neural Network (NN) implemented in Scala from scratch.
99

1010
## What?
@@ -29,7 +29,7 @@ Have java runtime JVM 8 installed. To build run from shell:
2929

3030
This will download dependencies, compile the code, run all the tests and create a self-contained JAR file. After the build is done run the JAR with:
3131

32-
> java -jar target/scala-2.12/scala-machine-learning-assembly-0.1.jar
32+
> java -jar target/scala-2.12/scala-nn-assembly-0.1.jar
3333

3434
Default settings can be changed via `-D` Java arguments. For more info see `reference.conf` file.
3535

0 commit comments

Comments
 (0)