Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Krever committed Apr 4, 2024
2 parents 516982f + c79b960 commit 7a2282f
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 @@ -5,7 +5,7 @@ This repository contains an experiment to provide a bew way for achieveing durab
It tries to merge Temporal's execution model with native event-sourcing while removing the most of the magic from the
solution.

See the [Example](src/main/scala/workflow4s/example) to see the end result.
See the [Example](workflow4s-example/src/main/scala/workflow4s/example) to see the end result.

## TODO

Expand Down Expand Up @@ -70,4 +70,4 @@ Internals:
* [WithdrawalWorkflow.scala](src%2Fmain%2Fscala%2Fworkflow4s%2Fexample%2FWithdrawalWorkflow.scala) - an example of how
to define a workflow
* [WithdrawalWorkflowTest.scala](src%2Ftest%2Fscala%2Fworkflow4s%2Fexample%2FWithdrawalWorkflowTest.scala) - a test
intended to showcase actor usage and the general behaviour
intended to showcase actor usage and the general behaviour

0 comments on commit 7a2282f

Please sign in to comment.