usedispatch / ReadMe-Generator

A CLI tool that automatically generates a comprehensive README file for your project.
MIT License
53 stars 1 forks source link

Wrong repo URL and path name in the README #4

Closed alessandro-newzoo closed 3 weeks ago

alessandro-newzoo commented 3 weeks ago

The installation instructions mention:

Clone the repository:

git clone https://github.com/mainnebula/readme-generator-cli
cd readme-generator-cli

but the git command returns a "not found" error.

The correct command should be

git clone https://github.com/mainnebula/ReadMe-Generator
cd ReadMe-Generator

there are probably other places in the README where this needs to be addressed

mainnebula commented 3 weeks ago

nice find, fixing!!