Update README.md

This commit is contained in:
Artur Souza 2020-02-04 09:36:56 -08:00 committed by GitHub
parent fb776fd3ca
commit 1092093c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ For a Maven project, add the following to your `pom.xml` file:
<!-- Dapr's SDK for Actors (optional). -->
<dependency>
<groupId>io.dapr</groupId>
<artifactId>dapr-sdk</artifactId>
<artifactId>dapr-sdk-actors</artifactId>
<version>0.2.0-beta-1</version>
</dependency>
...