Commit 175f35d

Anton Medvedev <anton@medv.io>
2022-06-14 17:46:06
Update README.md
1 parent fbca9ea
Changed files (1)
README.md
@@ -187,7 +187,7 @@ echo('Current branch is', branch)
 
 Returns the stdin as a string.
 
-```
+```js
 let content = JSON.parse(await stdin())
 ```