We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c28538 commit 01d1a6cCopy full SHA for 01d1a6c
README.md
@@ -63,7 +63,7 @@ Run the following commands:
63
```sh
64
export FUNCTION_TARGET="httpFunction"
65
export FUNCTION_SIGNATURE_TYPE="http"
66
-php -S localhost:8080 vendor/google/gcf-eng-php-ff/invoker/router.php
+php -S localhost:8080 vendor/google/cloud-functions-framework/invoker/router.php
67
```
68
69
Open `http://localhost:8080/` in your browser and see *Hello, World*.
0 commit comments