Skip to content

Commit

Permalink
Fix serde link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Sep 27, 2023
1 parent ce350a0 commit 3110b87
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 @@ -308,10 +308,10 @@ More examples of how to use durable coroutines can be found in [examples](./exam
default. However there are times when you may want to control the serialization
of specific types. For example, `chan` values are not supported, or you may
decide that some values need specific logic to be functional upon
deserialization. See [the `coroutine/serde` package][coro-serde] for the tools
deserialization. See [the `coroutine/types` package][coro-types] for the tools
to take control of serialization of the coroutine state.

[coro-serde]: https://pkg.go.dev/github.com/stealthrocket/coroutine/serde
[coro-types]: https://pkg.go.dev/github.com/stealthrocket/coroutine/types

### Scheduling

Expand Down

0 comments on commit 3110b87

Please sign in to comment.