Skip to content

Commit

Permalink
Merge pull request #70 from fergiemcdowall/inBrowser
Browse files Browse the repository at this point in the history
Minor demo tweaks
  • Loading branch information
eklem authored Jul 2, 2019
2 parents cf93c69 + adc3935 commit 0ab4d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<link rel="stylesheet" href="./mini-default.min.css">
<link rel="stylesheet" href="./mini-additions.css">
<script src="../dist/stopword.0.3.0.js"></script>
<title>Stopword browser example</title>
<title>Stopword browser demo</title>
</head>

<body>
<div id="header">
<h1>Stopword browser example</h1>
<h1>Stopword demo</h1>
</div>

<div id="addContainer">
Expand All @@ -26,7 +26,7 @@ <h2>Add text with stopwords</h2>
</div> -->

<div id="newString">
<h2>Text with stopwords removed</h2>
<h2>End result</h2>
<div id="stopwordsRemoved"> </div>
</div>

Expand Down

0 comments on commit 0ab4d71

Please sign in to comment.