Skip to content

Commit

Permalink
pushing 1.5 readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat committed Nov 17, 2015
1 parent 68a8638 commit 5d1a4ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

[![NPM version](https://badge.fury.io/js/x-tag.svg)](https://badge.fury.io/js/x-tag)

**This is the repository for the core [X-Tag](http://x-tags.org) library.**
**This is the repository for the core [X-Tag](http://x-tag.github.io/) library.**

X-Tag is a Microsoft supported, open source, JavaScript library that wraps the W3C standard Web Components family of APIs to provide a compact, feature-rich interface for rapid component development. While X-Tag offers feature hooks for all Web Component APIs (Custom Elements, Shadow DOM, Templates, and HTML Imports), it only requires [Custom Element][1] support to operate. In the absence of native Custom Element support, X-Tag uses a set of polyfills shared with Google's Polymer framework.

You can find out more about what X-Tag does, where it works, and how to use it, on the project page: [http://x-tags.org](http://x-tags.org).
You can find out more about what X-Tag does, where it works, and how to use it, on the project page: [x-tag.github.io/](http://x-tag.github.io/).

[1]: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html "W3 Web Components Spec (Draft)"

Expand Down Expand Up @@ -64,7 +64,7 @@ and both `x-tag-core.js` and `x-tag-core.min.js` will be rebuilt and placed in t

## Creating your own web components

To learn more about X-Tags visit [x-tags.org](http://x-tags.org).
To learn more about X-Tags visit [x-tag.github.io/](http://x-tag.github.io/).

To create your own component, use our [web-component-stub](https://github.com/x-tag/web-component-stub).

Expand Down

0 comments on commit 5d1a4ee

Please sign in to comment.