Skip to content

Commit d509c8a

Browse files
committed
Update
1 parent 40206ca commit d509c8a

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,10 @@ const get = require('simple-get')
2525
get.concat('http://example.com', function (err, res, html) {
2626
if (err) throw err
2727

28-
const output = smartlinkCore(html)
28+
const output = smartlink(html)
2929
console.log(output)
3030
})
3131
```
32-
33-
## API
34-
35-
### smartlinkCore(input, [options])
36-
37-
#### input
38-
39-
*Required*<br>
40-
Type: `string`
41-
42-
Lorem ipsum.
43-
44-
#### options
45-
46-
##### foo
47-
48-
Type: `boolean`<br>
49-
Default: `false`
50-
51-
Lorem ipsum.
52-
5332
## License
5433

5534
MIT © [](https://github.com/smartlinkhq).

0 commit comments

Comments
 (0)