Skip to content

Commit

Permalink
Fix readme for correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Jan 11, 2022
1 parent 6de630a commit dad2abd
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 @@ -21,7 +21,7 @@ plugins {
3. Add the smithy-ruby-rails-codegen as a dependency:
```kotlin
dependencies {
implementation("software.amazon.smithy:smithy-ruby-rails-codegen:0.1.0")
implementation("software.amazon.smithy.ruby:smithy-ruby-rails-codegen:0.1.0")
}
```
4. Add your smithy model. under `<project_root>/model`.
Expand Down

0 comments on commit dad2abd

Please sign in to comment.