Skip to content

Commit

Permalink
chore(README): introduce (#1)
Browse files Browse the repository at this point in the history
* chore(README): introduce

* fix: typo

Co-authored-by: Caner Akdas <canerakdas@gmail.com>

* fix: add alt to `img`

Co-authored-by: Caner Akdas <canerakdas@gmail.com>

---------

Co-authored-by: Caner Akdas <canerakdas@gmail.com>
  • Loading branch information
AugustinMauroy and canerakdas authored May 31, 2024
1 parent f1395a0 commit 621250e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<p align="center">
<br />
<a href="https://nodejs.org">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://nodejs.org/static/logos/nodejsLight.svg">
<img src="https://nodejs.org/static/logos/nodejsDark.svg" width="200px" alt="Node.js Logo">
</picture>
</a>
</p>

<p align="center">
<code>api-docs-tooling</code> is a tool to generate API documentation of a Node.js project. <a href="https://github.com/nodejs/node/issues/52343">See this issue</a> for more information.
</p>

<p align="center">
<a title="MIT License" href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" />
</a>
</p>

0 comments on commit 621250e

Please sign in to comment.