Skip to content

Commit a8087db

Browse files
author
Ben Plunkett
committed
Added license to README.md
1 parent 58129fb commit a8087db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ There are two optional parameters, handler name (`-h`) and request body data (`-
9898
You can also use PHPs built-in web server to test and send requests to your lambda.
9999
Simply start the server by running `vendor/bin/start_server handler.name [hostname] [port]`.
100100
You can then send requests to your function via curl, eg: `curl --data '{"foo":"bar"}' localhost`
101+
102+
## License
103+
104+
The MIT License (MIT). Please see the [License File](https://github.com/NetoECommerce/php-lambda-runtime/blob/master/LICENSE) for more information.

0 commit comments

Comments
 (0)