From 3bee212876ebac3e6e53c10abf4e4256f7c32580 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 18 Dec 2012 01:49:50 -0800 Subject: [PATCH] Update Chrome extension sandboxing link in README.md. [ci skip] Former-commit-id: c093d1d8356b5ef4129e91b820478c25c5224798 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6c4893b..19924c1c7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ lodash backbone ``` * CSP builds, supporting default [Content Security Policy](http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html) restrictions, may be created using the `csp` modifier argument. - The `csp` modifier is an alais of the `mobile` modifier. Chrome extensions will require [sandboxing](http://developer.chrome.com/trunk/extensions/sandboxingEval.html) or the use of either the `csp`, `mobile`, or `underscore` build. + The `csp` modifier is an alais of the `mobile` modifier. Chrome extensions will require [sandboxing](http://developer.chrome.com/extensions/sandboxingEval.html) or the use of either the `csp`, `mobile`, or `underscore` build. ```bash lodash csp ```