Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 786 Bytes

Hi 👋, I'm ReadMeJS

The easiest way to embed your project's README anywhere!

Read the blog poster here!

  • 📝 One <script> and a <div> is all it takes!
  • ⚡ This is a fresh project, keep your eyes open for updates!
<div id="readme"></div>
<script src="https://cdn.jsdelivr.net/gh/clarkhacks/readmejs/readme.min.js"></script>
readme("clarkhacks", "readmejs");
// readme(username, repository, filename);

The filename attribute defualts to README.md, if you use any other file name, this is where to specify it.

Built on Bulma and Showdown!

Bulma CSS is reposible for the styling and Showdown converts the markdown to html.