Skip to content

Commit edc5e6e

Browse files
committed
Update the docs
1 parent e7d60cf commit edc5e6e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

help_docs/js_package_manager.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> JS Package Manager
1+
<h2><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> JS Package Manager</h2>
22

3-
<div>SeleniumBase's JS Package Manager lets you load JavaScript libraries into any website from a CDN link.</div>
4-
<p><div>Here's an example of loading a website-tour library into a web browser while visiting Google:</div></p>
3+
<!-- Title: A package manager for loading JS libraries into websites via CDN -->
4+
<div>SeleniumBase's Package Manager lets you load JS into websites via CDN.</div>
5+
<p><div>Here's an example of loading a website-tour library into the browser while visiting Google:</div></p>
56

67
<img src="https://cdn2.hubspot.net/hubfs/100006/google_tour_3.gif" title="SeleniumBase Tour of Google" /><br />
78

@@ -82,7 +83,9 @@ def add_css_link(driver, css_link):
8283

8384
<img src="https://cdn2.hubspot.net/hubfs/100006/images/masterqa6.gif" alt="MasterQA by SeleniumBase" title="MasterQA by SeleniumBase" /><br />
8485

85-
Since the libraries are loaded directly from a CDN, such as [CloudFlare's cdnjs](https://cdnjs.com/), there's no need to use NPM, Bower, Yarn, or other package managers to get the packages that you need into the websites that you want.
86+
<p><div>(Example from <a href="https://seleniumbase.io/examples/master_qa/ReadMe/">SeleniumBase's MasterQA ReadMe</a>)</div></p>
87+
88+
<div>Since packages are loaded directly from a CDN, such as <a href="https://cdnjs.com/">CloudFlare's cdnjs</a>, there's no need to use NPM, Bower, Yarn, or other package managers to get the packages that you need into the websites that you want.</div>
8689

8790
--------
8891

0 commit comments

Comments
 (0)