Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-shaulov committed Oct 3, 2022
1 parent dffb93e commit 158efeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Finds and replaces common indent, and hard-wraps text. Can work on text that con
# Example

```ts
import {indentAndWrap} from 'https://deno.land/x/indent_and_wrap@v0.0.7/mod.ts';
import {indentAndWrap} from 'https://deno.land/x/indent_and_wrap@v0.0.9/mod.ts';

console.log
( indentAndWrap
Expand Down

0 comments on commit 158efeb

Please sign in to comment.