Skip to content
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

Fixed Descriptions on Initial Variable Values #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ So when the elements contents "change" they will already update the variable val
| background | string | null | the image's url that will be used as a background for the profile cover |
| avatarURL | string | null | the url for the profile avatar |
| socialMediaPosition | string | "right" | it can be `left` or `right` and it determines where to place the social media bar |
| twitter | string | null | the twitter username to be displayed on the profile |
| github | string | null | the github username to be displayed on the profile |
| linkedin | string | null | the linkedin username to be displayed on the profile |
| instagram | string | null | the instagram username to be displayed on the profile |
| twitter | string | null | the user twitter page to be displayed on the profile |
| github | string | null | the user github page to be displayed on the profile |
| linkedin | string | null | the user linkedin page to be displayed on the profile |
| instagram | string | null | the user instagram page to be displayed on the profile |
| name | string | null | The name of the user to be displayed on the profile |
| lastName | string | null | The name of the user to be displayed on the profile |
| role | string | null | The name of the user to be displayed on the profile |
| country | string | null | The name of the user to be displayed on the profile |
| lastName | string | null | The last name of the user to be displayed on the profile |
| role | string | null | The role of the user to be displayed on the profile |
| country | string | null | The country of the user to be displayed on the profile |
| city | string | null | the city of the user to be displayed on the profile |

## Hard-Coded HTML
Expand Down