Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/scala-first-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You will need to set your `docker.username` as a system property:
sbt -Ddocker.username=mary docker:publish
```

Fefer to [Configuring registries](https://developer.lightbend.com/docs/akka-serverless/projects/container-registries.html)
Refer to [Configuring registries](https://developer.lightbend.com/docs/akka-serverless/projects/container-registries.html)
for more information on how to make your docker image available to Akka Serverless.

Finally you can or use the [Akka Serverless Console](https://console.akkaserverless.com)
Expand Down
2 changes: 1 addition & 1 deletion samples/scala-replicatedentity-shopping-cart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You will need to set your `docker.username` as a system property:
sbt -Ddocker.username=mary docker:publish
```

Fefer to [Configuring registries](https://developer.lightbend.com/docs/akka-serverless/projects/container-registries.html)
Refer to [Configuring registries](https://developer.lightbend.com/docs/akka-serverless/projects/container-registries.html)
for more information on how to make your docker image available to Akka Serverless.

Finally you can or use the [Akka Serverless Console](https://console.akkaserverless.com)
Expand Down