Skip to content

Commit

Permalink
docs(readme): update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru committed Aug 22, 2017
1 parent 7feb6b6 commit 73c8191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/falsandtru/clientchannel/badge.svg?branch=master&service=github)](https://coveralls.io/github/falsandtru/clientchannel?branch=master)
[![Dependency Status](https://gemnasium.com/falsandtru/clientchannel.svg)](https://gemnasium.com/falsandtru/clientchannel)

Store and sync values by communicating between tabs via IndexedDB and LocalStorage.
Store and sync values by communication between tabs via IndexedDB and LocalStorage.

## Feature

Expand All @@ -24,7 +24,7 @@ https://falsandtru.github.io/clientchannel/

## Usage

### Persistence
### Storing

Schemas are defined by property names that made by factory function.
A property name that has underscore(`_`) prefix or postfix will be ignored.
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- ----- HEADER ------------------------------------------------------------- -->
<header id="header" class="row">
<h1>ClientChannel</h1>
<h3>Store and sync values by communicating between tabs via IndexedDB and LocalStorage.</h3>
<h3>Store and sync values by communication between tabs via IndexedDB and LocalStorage.</h3>
<p><a href="https://github.com/falsandtru/clientchannel">https://github.com/falsandtru/clientchannel</a></p>
</header>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clientchannel",
"version": "0.18.0",
"description": "Store and sync values by communicating between tabs via IndexedDB and LocalStorage.",
"description": "Store and sync values by communication between tabs via IndexedDB and LocalStorage.",
"private": true,
"homepage": "https://github.com/falsandtru/clientchannel",
"repository": {
Expand Down

0 comments on commit 73c8191

Please sign in to comment.