Skip to content

Commit 97f3dae

Browse files
committed
double quotes
1 parent b13636a commit 97f3dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,10 +995,10 @@ Projects _must_ include some form of unit, reference, implementation or function
995995
}
996996

997997
// Good
998-
console.log('Hello World');
998+
console.log("Hello World");
999999

10001000
// Good as well
1001-
console.log('Oi Mundo');
1001+
console.log("Oi Mundo");
10021002

10031003
```
10041004

0 commit comments

Comments
 (0)