Skip to content

Commit 419f5c4

Browse files
committed
no tips please. just be free.
1 parent 071a70c commit 419f5c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ This is especially useful when you're in need of a cachebuster and works as foll
155155

156156
```js
157157
$script.urlArgs('key=value&foo=bar');
158-
```
158+
```
159159

160160
Please note that Squid, a popular proxy, doesn’t cache resources with a querystring. This hurts performance when multiple users behind a proxy cache request the same file – rather than using the cached version everybody would have to send a request to the origin server. So ideally, [as Steve Souders points out](http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/), you should rev the filename itself.
161161

@@ -191,6 +191,3 @@ $S('/foo.js', function () {
191191
// foo is ready
192192
})
193193
```
194-
195-
### Giving back
196-
Are you using this library in production? Consider [leaving a tip](https://www.gittip.com/ded) to show your appreciation.

0 commit comments

Comments
 (0)