From 41c01e7eb7ba54c7a74e4d3802650855fdee2c02 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Mon, 1 Dec 2014 16:06:02 +0100 Subject: [PATCH] updated documentation --- CONTRIBUTING.md | 4 ---- README.md | 1 - 2 files changed, 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d11f8e87..6b3a6b26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,3 @@ It already includes every needed dependency and is based on the latest version o ## Grunt **Grunt!** Ok... when you edit something please run `grunt` to compile CSS and copy stuff in the correct folders. Thanks! - -## Before send a Pull Request - -We are developing in the `develop` branch, please send any PR to this branch. \ No newline at end of file diff --git a/README.md b/README.md index 737e7b89..c0d7101e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ Run the `grunt serve` command to build and fire up a http server with live-reloa - [Headers](http://www.polymer-project.org/components/core-header-panel/demo.html) - [Icon button](http://www.polymer-project.org/components/paper-icon-button/demo.html) - [Tabs](http://www.polymer-project.org/components/paper-tabs/demo.html) -- [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html) I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed. More "todo" things can be found in the ISSUES of this repository.