Composer install fails

Not sure what I am missing here.

Kind regards
Kevin

$ composer create-project slim/slim-skeletom api

[InvalidArgumentException]
Could not find package slim/slim-skeletom with stability stable.

create-project [-s|–stability STABILITY] [–prefer-source] [–prefer-dist] [–repository REPOSITORY] [–repository-url REPOSITORY-URL] [–dev] [–no-dev] [–no-custom-installers] [–no-scripts] [–no-progr

Looks like you have a typo. it should be slim/slim-skeleton, note you spelt skeleton with a m.

Damn, and its only 10:30pm… gonna be a long night.

Thanks.