Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
More explicit first example
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Sep 24, 2016
1 parent 8cdfddc commit 219f73c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ $ npm install multili
```js
import multili from "multili"

multili(`
This is a
multi-lines
string
`)
multili(
`
This is a
multi-lines
string
`
)

// Will produce
/*
Expand Down

0 comments on commit 219f73c

Please sign in to comment.