Skip to content

Commit

Permalink
Add keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Apr 25, 2016
1 parent fff3436 commit 322ec31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "kelunik/rate-limit",
"description": "Asynchronous rate limiting.",
"description": "Asynchronous Rate Limits.",
"license": "MIT",
"keywords": [
"amp",
"amphp",
"limit",
"rate-limit",
"redis"
],
"authors": [
{
"name": "Niklas Keller",
Expand Down
2 changes: 1 addition & 1 deletion src/RateLimit.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface RateLimit {
public function get(string $id): Promise;

/**
* Increments the current value and returns the value.
* Increments the current value and returns the current value afterwards.
*
* @param string $id rate limit key
* @return Promise
Expand Down

0 comments on commit 322ec31

Please sign in to comment.