Skip to content

Commit 583c61b

Browse files
committed
Documents modified for publishing on the web
1 parent bb732fe commit 583c61b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ How To Build and Install wcwidth.js
33

44
This package does not provide an automated way to build or install the library
55
except using [`npm`](http://npmjs.org/package/wcwidth.js) because wcwidth.js is
6-
intended to runs on top of `node.js` that is a javascript interpreter (if you
7-
want to know more about `node.js`, visit http://nodejs.org). If you have
8-
`node.js` installed,
6+
intended to runs on top of [`node.js`](http://nodejs.org) that is a javascript
7+
interpreter. If you have `node.js` installed,
98

109
npm install wcwidth.js
1110

12-
brings the latest version of `wcwidth.js` and installs it.
11+
brings the latest version of `wcwidth.js` and installs it with its all
12+
depending packages.

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
33

44
Copyright (C) 2012 by Jun Woong.
55

6-
This package is a JavaScript porting of Markus Kuhn's `wcwidth()`
7-
implementation distributed on http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c.
6+
This package is a JavaScript porting of `wcwidth()` implementation
7+
[by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy of
1010
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
wcwidth.js: A JavaScript Porting of Markus Kuhn's wcwidth() Implementation
22
==========================================================================
33

4-
`wcwidth.js` is a simple JavaScript porting of `wcwidth()` implemented in C by
5-
Markus Kuhn (the original implementation can be found on
6-
http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
4+
`wcwidth.js` is a simple JavaScript porting of `wcwidth()` implemented in C
5+
[by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c).
76

87
`wcwidth()` and its string version, `wcswidth()` are defined by IEEE Std
98
1002.1-2001, a.k.a. POSIX.1-2001, and return the number of columns used to

0 commit comments

Comments
 (0)