Skip to content

Commit c827a18

Browse files
committed
Fix a typo, it's .com not .org
Signed-off-by: Brian Warner <brian@bdwarner.com>
1 parent e346d41 commit c827a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To build a local container in deployment mode (redirecting any requests without
2828

2929
Note that you will need to keep track of `$CDN_ACCESS_KEY` and add it to the headers sent for origin pulls. To test whether this is working correctly, you can use `curl`:
3030

31-
* This should always redirect to `code.jquery.org`: `curl -i localhost/jquery-3.1.1.js`
31+
* This should always redirect to `code.jquery.com`: `curl -i localhost/jquery-3.1.1.js`
3232
* This should always deliver a copy of the file (don't forget to set the environment variable in your current shell): `curl -i -H "cdn-access: ${CDN_ACCESS_KEY}" localhost/jquery-3.1.1.js`
3333

3434
### Add support for `purge.php`

0 commit comments

Comments
 (0)