Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 23, 2022
1 parent c26943d commit 95961a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
> `import express from "npm:express@5";`.
> Knowing that why would you want to use Denoify?
>
> - To publish your module on [deno.land/x](https://deno.land/x). You have very few chances to see your module be embedded in
> - To publish your module on [deno.land/x](https://deno.land/x). You have very few chances to see your module be embedded in
others Deno modules if you aren't there.

> - To ensure your module is retro compatible with Deno versions that do not feature NPM support.
> - If your module belong in the 10% of NPM modules that doesn't work out of the box. Denoify can help you
> providing Deno implementation for specific file of your module (xxx.deno.ts).
Expand Down

0 comments on commit 95961a3

Please sign in to comment.