Skip to content

Commit

Permalink
Added profile picture for about us documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearlissa committed Mar 15, 2018
1 parent e5d6e16 commit 4e62ce3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Responsibilities: Data

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Pearlissa Taim
image::pearlissa.png[width="150", align="left"]
{empty}[http://github.com/Pearlissa[github]]

Role: Developer +
Responsibilities: Dev Ops + Threading
Responsibilities: Model

'''

Expand Down
Binary file added docs/images/pearlissa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/logic/commands/FindCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

/**
* Finds and lists all persons in address book whose name contains any of the argument keywords.
* Keyword matching is case sensitive.
* Keyword matching is not case sensitive.
*/
public class FindCommand extends Command {

public static final String COMMAND_WORD = "find";
public static final String COMMAND_ALIAS = "f";

public static final String MESSAGE_USAGE = COMMAND_WORD + ": Finds all persons whose names contain any of "
+ "the specified keywords (case-sensitive) and displays them as a list with index numbers.\n"
+ "the specified keywords (not case-sensitive) and displays them as a list with index numbers.\n"
+ "Parameters: KEYWORD [MORE_KEYWORDS]...\n"
+ "Example: " + COMMAND_WORD + " alice bob charlie";

Expand Down

0 comments on commit 4e62ce3

Please sign in to comment.