diff --git a/README.md b/README.md index 7470bf6..126d32e 100644 --- a/README.md +++ b/README.md @@ -71,15 +71,6 @@ This template automaticly registers and mounts riot components. These global **c > SEE: `/src/app.js` for more information -### Tests - -In a **folder-per-component** setup, you can place your `*.spec.js` files right next to your web components for isolated testing, but this template is a... - -*bring your own testing solution* - -> EXAMPLE: https://github.com/riot/examples/tree/gh-pages/timer - - ## NPM Scripts - `npm run dev` - Starts the development server at port 3000 diff --git a/src/components/hello-riot/hello-riot.riot b/src/components/hello-riot.riot similarity index 100% rename from src/components/hello-riot/hello-riot.riot rename to src/components/hello-riot.riot