Tweak README

This commit is contained in:
Michael Jackson 2018-04-28 19:11:50 -07:00
parent 818f84faa6
commit 47ba1389e7
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ Append a `/` at the end of a URL to view a listing of all the files in a package
### Query Parameters
<dl>
<dt>`?meta`</dt>
<dt>?meta</dt>
<dd>Return metadata about any file in a package as JSON (e.g. `/any/file?meta`)</dd>
<dt>`?module`</dt>
<dt>?module</dt>
<dd>Expands all ["bare" `import` specifiers](https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier) in JavaScript modules to unpkg URLs. This feature is *very experimental*</dd>
</dl>