Skip to content

Commit 01d1a6c

Browse files
committed
fixes package name in README
1 parent 3c28538 commit 01d1a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Run the following commands:
6363
```sh
6464
export FUNCTION_TARGET="httpFunction"
6565
export FUNCTION_SIGNATURE_TYPE="http"
66-
php -S localhost:8080 vendor/google/gcf-eng-php-ff/invoker/router.php
66+
php -S localhost:8080 vendor/google/cloud-functions-framework/invoker/router.php
6767
```
6868

6969
Open `http://localhost:8080/` in your browser and see *Hello, World*.

0 commit comments

Comments
 (0)