diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index c4192631..00000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-cayman \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 1628fae8..c7690d1c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,13 +64,11 @@

SourceScrapper

Source Scrapper

Build Status npm version - Dependency Status DevDependency Status License DOGE

+ Dependency Status DevDependency Status License Doge

Simple library which helps you to retrieve...


Supported Sites

@@ -92,7 +90,7 @@

Hoster

Getting Started

Installation

-
npm install sourcescrapper
+				
$ npm install sourcescrapper
 

Usage

const { scrappers } = require('sourcescrapper');
@@ -105,6 +103,8 @@ 

Usage

console.log(scrap.info.source[0].url); })();
+

API

+

The API generated with TypeDoc can be found here.