Skip to content

Commit

Permalink
docs: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Dec 17, 2019
1 parent fef1b3e commit e121bc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Minimalist typesafed(strong-typed) high-performance Redux Architecture.
Minimalist type-safe(strongly-typed) high-performance Redux architecture.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/retux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Minimalist typesafed(strong-typed) high-performance Redux Architecture.
Minimalist type-safe(strongly-typed) high-performance Redux architecture.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions packages/retux/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "retux",
"description": "Minimalist typesafed(strong-typed) high-performance Redux Architecture.",
"description": "Minimalist type-safe(strongly-typed) high-performance Redux architecture.",
"homepage": "https://github.com/crimx/retux/tree/master/packages/retux",
"keywords": [
"redux",
"typescript",
"action creator",
"typesafed",
"strong-typed"
"type-safe",
"strongly-typed"
],
"version": "0.0.1",
"files": [
Expand Down

0 comments on commit e121bc6

Please sign in to comment.