Skip to content

Commit 3c28538

Browse files
committed
Adds development disclaimer to README
1 parent bcbc983 commit 3c28538

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**DISCLAIMER: This repository is in development and not meant for production use**
2+
13
# Functions Framework for PHP
24

35
An open source FaaS (Function as a service) framework for writing portable
@@ -43,7 +45,7 @@ handling logic.
4345
Add the Functions Framework to your `composer.json` file using `composer`.
4446

4547
```sh
46-
composer install google-cloud/functions-framework
48+
composer install google/cloud-functions-framework
4749
```
4850

4951
# Quickstart: Hello, World on your local machine
@@ -143,4 +145,4 @@ documentation on
143145
# Contributing
144146

145147
Contributions to this library are welcome and encouraged. See
146-
[CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.
148+
[CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.

0 commit comments

Comments
 (0)