From cb53e1887ea81fcf0a89bec3bc7511fb6ee6e705 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 15 Mar 2019 08:13:14 -0700 Subject: [PATCH] Reorder readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3d9cb543..e2582ec4 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ supported](http://caniuse.com/#feat=audio-api). Check out this Twitter thread for an illustrated list of features: https://twitter.com/captbaritone/status/961274714013319168 +## Use Webamp in your own project + +Its possible to use Webamp as a media player on your own website. In fact, the [Internet Archive](https://archive.org/) offers it as an optional player for all of their archived audio tracks. [Read more](https://blog.archive.org/2018/10/02/dont-click-on-the-llama/). + +For examples of how to add Webamp to your projects, check out out [`examples/` directory](./examples). + +See the [usage documentation](./docs/usage.md) for more detailed information. + ## About This Repository This repository contains a number of different things: @@ -26,14 +34,6 @@ This repository contains a number of different things: 3. `./examples`: A few small examples showing how to use the NPM module 4. `./experiments`: A few small projects that are either related to Webamp, or may some day be a part of Webamp -## Use Webamp in your own project - -Its possible to use Webamp as a media player on your own website. In fact, the [Internet Archive](https://archive.org/) offers it as an optional player for all of their archived audio tracks. [Read more](https://blog.archive.org/2018/10/02/dont-click-on-the-llama/). - -For examples of how to add Webamp to your projects, check out out [`examples/` directory](./examples). - -See the [usage documentation](./docs/usage.md) for more detailed information. - ## Development I do most development by starting the demo site in dev mode and iterating that way. The following commands will install all dependencies, run an initial development build and then start a local server. Every time you save a file, it will rebuild the bundle and automatically refresh the page.