Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup and tweak readme #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# lens-data-sort

A data component to split a column into columns based on a string separator.
A data transform component for sorting rows. Can sort both text and numbers in ascending or descending order.

See the [component page](http://lenses.github.io/lens-data-sort) for more information.
See the [component page](http://lenses.github.io/lens-data-sort) for more information.
4 changes: 2 additions & 2 deletions lens-data-sort.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<link rel="import" href="../lens-u-data-utility/lens-u-data-utility.html">

<!--
A Thelma component for sorting data by a column's values. Can sort both text and numbers in ascending or descending order.
A data transform component for sorting rows. Can sort both text and numbers in ascending or descending order.

##### Example

<lens-data-sort></lens-data-sort>

@element lens-data-sort
@blurb Sort data by the values of a column.
@blurb A data transform component for sorting rows. Can sort both text and numbers in ascending or descending order.
@status alpha
@homepage http://lenses.github.io/lens-data-sort
-->
Expand Down
2 changes: 0 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<script src="../../webcomponentsjs/webcomponents.js"></script>
<script src="../../web-component-tester/browser.js"></script>

<link rel="import" href="../lens-data-sort.html">

</head>
<body>
<script>
Expand Down