Skip to content

Commit fd7fb76

Browse files
authored
Update README.md
1 parent 55e6827 commit fd7fb76

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
- 📫 to contact use the feedback button top-right
66
```
77
if (isAwesome){
8-
return [{location:germany, area:nrw, skills:{full_stack:true}}];
8+
return [
9+
{
10+
location:germany,
11+
area:nrw,
12+
skills:{full_stack:true}
13+
}
14+
];
915
}
1016
```
1117
<!--

0 commit comments

Comments
 (0)