Skip to content

Commit

Permalink
Merge pull request #1 from Quafadas/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Baccata authored May 12, 2024
2 parents 375f4cb + 72cab0f commit 7de75c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import smithy4s.*
import smithy4s.deriving.{given, *}
import smithy.api.* // if you want to use hints from the official smithy standard library
import alloy.* // if you want to use hints from the alloy library
import scala.annotations.experimental // the derivation of API uses experimental metaprogramming features, at this time.
import scala.annotation.experimental // the derivation of API uses experimental metaprogramming features, at this time.
```


Expand Down Expand Up @@ -168,7 +168,7 @@ structure Bar {
```scala
import smithy4s.*
import smithy4s.deriving.{given, *}
import scala.annotations.experimental
import scala.annotation.experimental

@experimental
trait HelloWorldService derives API {
Expand All @@ -192,7 +192,7 @@ import smithy4s.*
import smithy4s.deriving.{given, *}
import smithy.api.*
import alloy.*
import scala.annotations.experimental
import scala.annotation.experimental

@hints(HttpError(403))
case class Bounce(message: String) extends Throwable derives Schema
Expand Down

0 comments on commit 7de75c1

Please sign in to comment.