Skip to content

Commit 28cb4c1

Browse files
authored
Update readme.md
1 parent ceba55e commit 28cb4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ const runes = require('runes')
4747
'👨‍👨‍👧‍👧a'.substring(1) => '�‍👨‍👧‍👧a'
4848

4949
// Runes
50-
runes.substring('👨‍👨‍👧‍👧a', 1) => 'a'
50+
runes.substr('👨‍👨‍👧‍👧a', 1) => 'a'
5151

5252
```

0 commit comments

Comments
 (0)