We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40206ca commit d509c8aCopy full SHA for d509c8a
README.md
@@ -25,31 +25,10 @@ const get = require('simple-get')
25
get.concat('http://example.com', function (err, res, html) {
26
if (err) throw err
27
28
- const output = smartlinkCore(html)
+ const output = smartlink(html)
29
console.log(output)
30
})
31
```
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
52
53
## License
54
55
MIT © [](https://github.com/smartlinkhq).
0 commit comments