Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 5, 2016
1 parent 5da5226 commit efbc92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# break-string

> Break string to lines according to visual width.
> Break string into lines according to visual width.
[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/break-string/blob/master/LICENSE)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "break-string",
"version": "0.0.1",
"description": "Break string to lines according to visual width",
"description": "Break string into lines according to visual width",
"main": "index.js",
"scripts": {
"lint": "jshint index.js",
Expand Down Expand Up @@ -53,11 +53,11 @@
"homepage": "https://github.com/bubkoo/break-string#readme",
"dependencies": {
"ansi-regex": "^2.0.0",
"chai": "^3.5.0",
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0"
},
"devDependencies": {
"chalk": "^1.1.3",
"coveralls": "^2.11.9",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
Expand Down

0 comments on commit efbc92c

Please sign in to comment.