Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remove reference to share-this
  • Loading branch information
maboa authored Jul 2, 2024
1 parent 196c513 commit 56ee3eb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,10 @@ Essentially the Hyperaudio Lite library is made from 4 JavaScript files:

1. `hyperaudio-lite.js` - the core that deals with the linking of media to words
2. `hyperaudio-lite wrapper` - adds search, selection and playback rate functionality
3. `share-this.js` - a fork of [share-this](https://github.com/MaxArt2501/share-this) library
4. `share-this.twitter.js` - a fork of the Twitter sharing element of share-this

and the associated CSS files:

5. `hyperaudio-lite-player.css`
6. `share-this.css`
3. `hyperaudio-lite-player.css`

We also link to [Velocity 1.5](https://github.com/julianshapiro/velocity) for autoscroll and Twitter widget JS for Twitter sharing.

Expand All @@ -145,14 +142,6 @@ and at the end of the `<body>`:
```html
<script src="js/hyperaudio-lite.js"></script>
<script src="js/hyperaudio-lite-wrapper.js"></script>
<script src="js/share-this.js"></script>
<script src="js/share-this-twitter.js"></script>
<script>
ShareThis({
sharers: [ ShareThisViaTwitter ],
selector: "article"
}).init();
</script>
</body>
```

Expand Down

0 comments on commit 56ee3eb

Please sign in to comment.