panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.61k stars 137 forks source link

Update README.md #8

Closed posixpascal closed 7 years ago

posixpascal commented 7 years ago

Description

There is a little error in the README. The last() method will not return 'world' in this example but rather 'orld'.

From the docs: https://vocajs.com/#last
Extracts the last length characters from subject.

This PR makes the README conform

Check List

panzerdp commented 7 years ago

Thanks @posixpascal!