diff --git a/README.md b/README.md index 1ea2386..7f17f61 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DocsScraper: "A document scraping and parsing tool used to create a custom RAG database for AIHelpMe.jl" +## DocsScraper: "A document scraping and parsing tool used to create a custom RAG database for AIHelpMe.jl" This tool is used to collect and parse Julia's extensive documentation. @@ -18,4 +18,4 @@ Pkg.instantiate() ## How it works ```parse_url(url::String)``` extracts the base URL and recursively parses the URL so that all the inner lying text and code is returned in the form of a Vector of Dict along with each text/code's metadata. -Please note that this is merely a pre-release and more work needs to be done \ No newline at end of file +Please note that this is merely a pre-release and more work needs to be done