Skip to content

Commit

Permalink
updated readme file and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew committed Oct 26, 2019
1 parent be5129e commit 4ac61c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
composer.phar
/vendor/
composer.lock
*.code-workspace
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ To learn more about Floodgate, visit us at https://floodgate.io or contact hello
Floodgate has currently developed following SDKs.

* .Net Framework [GitHub](https://github.com/floodgate-io/dotnet-framework-sdk)
* JavaScript [GitHub](https://github.com/floodgate-io/javascript-sdk)
* PHP [GitHub](https://github.com/floodgate-io/php-sdk)
* Node [GitHub](https://github.com/floodgate-io/node-sdk)
* JavaScript [GitHub](https://github.com/floodgate-io/javascript-sdk)

## Contributing a New SDK

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "floodgate/php-sdk",
"name": "floodgate/floodgate-php-sdk",
"description": "PHP SDK for Floodgate, a feature rollout service which provides a centralized management console for managing remote feature flags.",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit 4ac61c0

Please sign in to comment.