Skip to content

Commit e20b30e

Browse files
committed
Update readme code snippet again to working version.
1 parent f6a0fa7 commit e20b30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def sum(a, b):
3131

3232
`main.js`
3333
``` javascript
34-
const { sum } = require('./sum.py');
34+
const { sum } = require('sum.py');
3535

3636
sum(3, 4); // 7
3737
```

0 commit comments

Comments
 (0)