eugenehp / react-native-uuid

UUID generation for react-native.
MIT License
256 stars 36 forks source link

Fix typo in Readme.md #12

Closed DanielRamosAcosta closed 3 years ago

DanielRamosAcosta commented 3 years ago

Fix some typos and the import:

import * as uuid from 'react-native-uuid';

eugenehp commented 3 years ago

Thanks @DanielRamosAcosta, just merged!