Skip to content

Commit

Permalink
Corrects references
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Schutz committed Mar 2, 2024
1 parent 820fb50 commit 4030e65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ func main() {

We provide some example code so you can start fast:

- [Simple Example](https://github.com/stagehand/blob/master/examples/simple/main.go)
- [Timed Transition Example](https://github.com/stagehand/blob/master/examples/timed/main.go)
- [Transition Awareness Example](https://github.com/stagehand/blob/master/examples/aware/main.go)
- [Simple Example](https://github.com/joelschutz/stagehand/blob/master/examples/simple/main.go)
- [Timed Transition Example](https://github.com/joelschutz/stagehand/blob/master/examples/timed/main.go)
- [Transition Awareness Example](https://github.com/joelschutz/stagehand/blob/master/examples/aware/main.go)

## Transitions

Expand Down Expand Up @@ -195,4 +195,4 @@ go test ./...

## License

Stagehand is released under the [MIT License](https://github.com/stagehand/blob/master/LICENSE).
Stagehand is released under the [MIT License](https://github.com/joelschutz/stagehand/blob/master/LICENSE).

0 comments on commit 4030e65

Please sign in to comment.