icomefromthenet / Faker

A Database Testing Tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect package info in docs - starting.md

thinkadoo opened this issue · comments

https://github.com/icomefromthenet/Faker/blob/master/docs/starting.md

reads:

{
"require" : {
"icomefromthenet/migration": "dev-master"
}

}

Should it not be:

"require" : {
"icomefromthenet/faker": "dev-master"
}

Thanks for catching that.