-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme update issue #58 #62
Conversation
Signed-off-by: Aswin Timalsina <[email protected]>
Signed-off-by: Aswin Timalsina <[email protected]>
README.md
Outdated
@@ -23,7 +23,7 @@ GET /search | |||
|
|||
| Name | Type | Description | Example | | |||
| ------- | ------- | ------- | ------- | | |||
| **matches** | *string* | keyword(s) to search for | `"java"` | |||
| **matches** | *string* | keyword(s) to search for | `"projectriff"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should get rid of the projectriff
references because it's been EOL'ed. If the "java" doesn't match up somewhere else, let's change those places instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. requested one minor change
Signed-off-by: Aswin Timalsina <[email protected]>
Do you want me to replace other occurrences of |
@AswinTimalsina yes please |
Signed-off-by: Aswin Timalsina <[email protected]>
Tried "java" as the keyword, but the response was too long. So I used "ruby" as the keyword. I am not sure if it is okay to use it. Please let me know. |
Revised
Development
section of the readme and fixed some minor.issue #58