Skip to content

Commit 945dca6

Browse files
committed
Update README
1 parent 150fde1 commit 945dca6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ Please append new members at the end of the file as it is used to generate the m
4747

4848
Structure of `members.json`. See also the [Member](./src/types/member.ts) type.
4949

50-
| Property | Type | Description |
51-
| ------------ | ------------------------------ | -------------------------------------------------- |
52-
| name | string | First name |
53-
| gitHubName | string | GitHub username, also used for fetching the avatar |
54-
| linkedInName | string? | LinkedIn username, see linkedin.com/id/{username} |
55-
| joinDate | {month: number, year: number} | Month and year of when joined Toska |
56-
| exitDate | {month: number, year: number}? | Month and year of when left Toska if applicable |
50+
| Property | Type | Description |
51+
| -------------- | -------------------------------- | -------------------------------------------------- |
52+
| `name` | string | First name |
53+
| `gitHubName` | string | GitHub username, also used for fetching the avatar |
54+
| `linkedInName` | string? | LinkedIn username, see linkedin.com/id/{username} |
55+
| `joinDate` | { month: number, year: number } | Month and year of when joined Toska |
56+
| `exitDate` | { month: number, year: number }? | Month and year of when left Toska if applicable |
5757

5858
### Deploying
5959

0 commit comments

Comments
 (0)