Skip to content

Commit 77f1750

Browse files
committed
(#1) - change wording in readme
1 parent e5756fe commit 77f1750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
optimize-js [![Build Status](https://travis-ci.org/nolanlawson/optimize-js.svg?branch=master)](https://travis-ci.org/nolanlawson/optimize-js) [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
22
========
33

4-
Optimize a JavaScript file for faster execution, by wrapping all immediately-invoked functions or likely-to-be-invoked functions in parentheses.
4+
Optimize a JavaScript file for faster initial execution and parsing, by wrapping all immediately-invoked functions or likely-to-be-invoked functions in parentheses.
55

66
Install
77
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "optimize-js",
33
"version": "1.0.1",
4-
"description": "Optimize JavaScript execution by wrapping eager functions",
4+
"description": "Optimize initial JavaScript execution/parsing by wrapping eager functions",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "standard && mocha test/test.js",

0 commit comments

Comments
 (0)