diff --git a/README.md b/README.md
index 41e842c4d4c53d0e2f81a70a5d924b22960916e2..b83b4798f5b38d80b163470b03fc7062bdc0f449 100755
--- a/README.md
+++ b/README.md
@@ -6,32 +6,21 @@ We study the problem of allocating concurrent tasks.
 
 ## Requirements
 
-In order to run SMASTA+ you need:
+In order to run SCATA you need:
 
 - the Java virtual machine [JVM 17.0.2](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
 
-
 - the programming language [Scala 2.13.15](http://www.scala-lang.org/download/)
 
 - the interactive build tool [SBT 1.6.2](http://www.scala-sbt.org/download.html)
 
 ## Dependencies
 
-SMASTA+ is built upon:
+SCATA is built upon:
 
 - some Scala libraries, i.e [Scala Java-Time](https://github.com/cquiroz/scala-java-time), [ScalaTest](https://www.scalatest.org/) and [uPickle](https://github.com/com-lihaoyi/upickle)
 
 
-## Run
-
-    java -jar TODO.jar org.TODO
-
-Usage:
-
-    Usage: java -jar TODO.jar org.TODO -v -m
-    The following options are available:
-    -v: verbose (false by default)
-
 
 ## Installation
 
@@ -41,12 +30,8 @@ Compile
 
 then
 
-    sbt "run org.scata.TODO
-
-
-eventually
+    sbt run
 
-    sbt assembly
 
 ## License