strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.08k stars 440 forks source link

Fix path lines in README.md #57

Closed feute closed 3 years ago

feute commented 3 years ago

Although the instructions are very clear, I think the paths are incorrect. For instance, if I'm in my-projects/ and I clone the repo, the path will be my-projects/foodadvisor/, so the api/ and client/ directories will be my-projects/foodadvisor/api/ and my-projects/foodadvisor/client/ respectively, not my-projects/api/ and my-projects/client/.

Finally, I think it's more coherent to say that the path line below the steps headings is my-projects/foodadvisor/ instead of my-projects/foodadvisor/api/ and my-projects/foodadvisor/client/, because the next line is saying we'll change directory to api/ and client/.