RobThree / HumanoID

Friendly ID generator. Converts integers to words and back.
MIT License
7 stars 4 forks source link

Docs Improvement: Add installation command and namespace to readme #7

Closed caendesilva closed 2 years ago

caendesilva commented 2 years ago

I have to feature requests for the readme:

Add the composer installation command for easy copy and paste

composer require robthree/humanoid

Add the proper namespace in the example, had to look at the source to see that I needed the following:

use RobThree\HumanoID\HumanoIDs;

Edit: While looking at the source I found the spaceIdGenerator which I think is cooler. Something to add to the readme as well?

RobThree commented 2 years ago

BAM!