We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66165dd commit ac946f7Copy full SHA for ac946f7
README.md
@@ -1,11 +1,11 @@
1
### Hi there 👋
2
3
-- 🔭 looking to collaborate on IoT
+- 🔭 I’m looking to collaborate on IoT
4
- 👯 currently working on embedded systems
5
- 📫 to contact use the feedback button top-right
6
```
7
if (isAwesome){
8
- return {location:germany, area:nrw, skills:{fullstack:true}}
+ return [{location:germany, area:nrw, skills:{fullstack:true}}];
9
}
10
11
<!--
0 commit comments