Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moatom authored Feb 8, 2025
1 parent 0bd2d1e commit 2e4e254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ given Code.Compiler = Compiler.make(getClass.getClassLoader)
given raw: Raw = Raw(Code)

val t = run {
// Write a streaming operation here
// Construct a streaming pipeline here
Cooked.of_int_array(Array(1,2,3,4,5,6,7,8,9,10)).fold(0, (_+_))
}

Expand Down Expand Up @@ -53,7 +53,7 @@ cd strymonas-scala
# 3. Compile via SBT
sbt compile

# 4. Clean compilation artifacts as needed
# (4. Clean compilation artifacts as needed)
sbt clean
rm -rf target/ project/target/ project/project/
```
Expand Down

0 comments on commit 2e4e254

Please sign in to comment.