Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Closes #511
  • Loading branch information
adamw authored Jan 12, 2024
1 parent 5a90eac commit 0fb5fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Creating a generic derivation with Magnolia requires implementing two methods on

### Example derivations

There are many examples in the [`src/examples`](src/examples) folder.
There are many examples in the [`examples`](examples/src/main/scala/magnolia1/examples) sub-project.

The definition of a `Print` typeclass with generic derivation might look like this
(note we're using the [Lambda syntax for Single Abstract Method types](https://www.scala-lang.org/news/2.12.0/#lambda-syntax-for-sam-types)
Expand Down

0 comments on commit 0fb5fa7

Please sign in to comment.