Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 11, 2023
1 parent 3720c98 commit 6a2f249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ For example, if you want to use the `legacy` upickle configuration, the integrat
```scala mdoc:compile-only
import upickle.legacy._ // get access to ReadWriter type, macroRW derivation, etc.

object legacyUpickle extends SttpUpickleApi {
object legacyUpickle extends sttp.client4.upicklejson.SttpUpickleApi {
override val upickleApi: upickle.legacy.type = upickle.legacy
}
import legacyUpickle._
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Your code might then look as follows:

```scala mdoc:compile-only
import sttp.client4._
import sttp.client4.upicklejson._
import sttp.client4.upicklejson.default._
import upickle.default._

val backend = DefaultSyncBackend()
Expand Down

0 comments on commit 6a2f249

Please sign in to comment.