Skip to content

Commit f8217d7

Browse files
authored
Removes old instructions from jsstrings
1 parent ef845cb commit f8217d7

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

jsstrings/README.mkd

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
11
# JSStrings
22

3-
Pulls all of the string literals out of a JavaScript file.
4-
5-
## Install
6-
7-
```
8-
▶ go get -u github.com/tomnomnom/hacks/jsstrings
9-
```
10-
11-
## Usage
12-
13-
```
14-
▶ jsstrings testdata/example.js | sort -u | tail -n 5
15-
X-Request-URL
16-
You must pass an array to all.
17-
You must pass an array to race.
18-
You must pass a resolver function as the first argument to the promise constructor
19-
 
20-
```
3+
Pulls all of the string literals out of a JavaScript file... In theory at least.

0 commit comments

Comments
 (0)