Cant get images to appear in README #169239
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi there, It looks like you created a README file, however forgot to set the file extension. If you change the file name to README.md it should work. Best of luck! |
Beta Was this translation helpful? Give feedback.
-
Make sure your README has the .md extension — GitHub only parses Markdown in .md files (e.g., README.md). Use the correct relative path to your image. For example, if your image is in the same folder as the README: Commit and push both the README file and the image to your repository. Also, ensure the file name matches exactly, including capitalization, because GitHub is case-sensitive. With those steps, your image should appear instantly when you view the README in the repository. good luck 💫 |
Beta Was this translation helpful? Give feedback.
Hi there,
It looks like you created a README file, however forgot to set the file extension. If you change the file name to README.md it should work.
Best of luck!