fix some typos and links in CONTRIBUTING and README

This commit is contained in:
Daniel Freedman
2013-05-20 12:18:10 -07:00
parent 7e8d1ee2dc
commit 883aaa8605
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Contributing
Want to contribute to polymer? Great!
Want to contribute to Polymer? Great!
We are more than happy to accept external contributions to the project in the form of [feedback](https://groups.google.com/forum/?fromgroups=#!forum/polymer-dev), [bug reports](/polymer-project/polymer/issues), and pull requests.
+1 -1
View File
@@ -6,7 +6,7 @@ Build Status: [http://build.chromium.org/p/client.polymer/waterfall](http://buil
For more detailed info goto [http://polymer-project.org/](http://polymer-project.org/).
The Polymer is a new type of library for the web, designed to leverage the existing browser infrastructure to provide the encapsulation and extendability currently only available in JS libraries.
Polymer is a new type of library for the web, designed to leverage the existing browser infrastructure to provide the encapsulation and extendability currently only available in JS libraries.
Polymer is based on a set of future technologies, including [Shadow DOM](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.