Skip to content

Commit

Permalink
Update namespace in Smithy example so things compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
philkdisney authored and Baccata committed Jan 27, 2025
1 parent 9a12e32 commit f733cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/markdown/01-overview/02-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Now let's define an API in Smithy. Create the following file:
And add the content below:

```kotlin
namespace smithy4s.hello
namespace smithy4s.example.hello

use alloy#simpleRestJson

Expand Down

0 comments on commit f733cc5

Please sign in to comment.