Skip to content

Commit c704548

Browse files
authored
Update README.md (#257)
fix package and class name for examples
1 parent 9518d96 commit c704548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can configure the plugin in `pom.xml`:
161161
<artifactId>function-maven-plugin</artifactId>
162162
<version>0.10.1</version>
163163
<configuration>
164-
<functionTarget>com.example.function.Echo</functionTarget>
164+
<functionTarget>com.example.HelloWorld</functionTarget>
165165
</configuration>
166166
</plugin>
167167
```
@@ -178,7 +178,7 @@ You can alternatively configure the plugin with properties on the command line:
178178

179179
```sh
180180
mvn com.google.cloud.functions:function-maven-plugin:0.10.1:run \
181-
-Drun.functionTarget=com.example.function.Echo
181+
-Drun.functionTarget=com.example.HelloWorld
182182
```
183183

184184
### Running the Functions Framework directly

0 commit comments

Comments
 (0)