Skip to content

Commit

Permalink
fix #75
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Apr 30, 2021
1 parent 8734951 commit c19525d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repositories {
}

dependencies {
implementation("kscience.plotlykt:plotlykt-server:0.4.0")
implementation("space.kscience:plotlykt-server:0.4.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/templates/README-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ repositories {
}

dependencies {
implementation("kscience.plotlykt:plotlykt-server:$version")
implementation("space.kscience:plotlykt-server:$version")
}
```

Expand Down

0 comments on commit c19525d

Please sign in to comment.