Commit f4826905 authored by jvoung@chromium.org's avatar jvoung@chromium.org

[NaClSDK] Docs: Fix another manifest "typo" w/ portable dict.

Similar to 283576 (was probably copy-pasted).

BUG=none

NOTRY=true

Review URL: https://codereview.chromium.org/403073003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284442 0039d316-1c4b-4281-b951-d872f2087c98
parent f98f5f27
......@@ -233,6 +233,7 @@ that copy in your application&#8217;s manifest file:</p>
<pre class="prettyprint">
{
&quot;program&quot;: {
&quot;portable&quot;: {
&quot;pnacl-translate&quot;: {
&quot;url&quot;: &quot;release_version.pexe&quot;,
&quot;optlevel&quot;: 2
......@@ -242,6 +243,7 @@ that copy in your application&#8217;s manifest file:</p>
&quot;optlevel&quot;: 0
}
}
}
}
</pre>
<p>Copy the <code>debug_version.bc</code> and <code>nmf</code> files to the location that
......
......@@ -245,6 +245,7 @@ that copy in your application's manifest file:
{
"program": {
"portable": {
"pnacl-translate": {
"url": "release_version.pexe",
"optlevel": 2
......@@ -255,6 +256,7 @@ that copy in your application's manifest file:
}
}
}
}
Copy the ``debug_version.bc`` and ``nmf`` files to the location that
your local web server serves files from.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment