Skip to content

Commit

Permalink
Merge pull request #304 from Jollybomber/master
Browse files Browse the repository at this point in the history
Update UG
  • Loading branch information
kohkakohla authored Nov 12, 2024
2 parents baf6968 + 5306915 commit 38694df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/SettingUp.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you plan to use Intellij IDEA (highly recommended):

1. **Learn the design**

When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [AddressBook’s architecture](DeveloperGuide.md#architecture).
When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [VolunTier’s architecture](DeveloperGuide.md#architecture).

1. **Do the tutorials**
These tutorials will help you get acquainted with the codebase.
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Format: `import \f FILEPATH`


Example:
* `import \f ~/data/new_persons.csv` imports a list of people in new_persons.csv located in ~/data/ into VolunTier.
* `import \f ./data/new_persons.csv` imports a list of people in new_persons.csv located in ./data/ into VolunTier.
* Output: `5 persons added. Rows with duplicates: [2, 4]. The following rows had data which failed some constraints: Row 3: Invalid email format. Row 5: Missing phone number.`

<box type="info" seamless>
Expand Down

0 comments on commit 38694df

Please sign in to comment.