| Index: native_client_sdk/src/examples/api/url_loader/index.html
|
| diff --git a/native_client_sdk/src/examples/api/url_loader/index.html b/native_client_sdk/src/examples/api/url_loader/index.html
|
| index cdaa241be0e33818a3ec5492d18dddd77ff37454..828ff1fe669940a3d8ceff17c5f6dc29ec90ea3d 100644
|
| --- a/native_client_sdk/src/examples/api/url_loader/index.html
|
| +++ b/native_client_sdk/src/examples/api/url_loader/index.html
|
| @@ -15,8 +15,8 @@ found in the LICENSE file.
|
| <body {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| - <p>The Get URL example demonstrates fetching an URL and then displaying its
|
| - contents. Clicking the GetURL button will cause a geturl_success.html
|
| + <p>The URL Loader example demonstrates fetching an URL and then displaying its
|
| + contents. Clicking the Get URL button will cause a url_loader_success.html
|
| file to get loaded asynchronously, then displayed in a text box when the
|
| load completes.</p>
|
| <table border=5 cellpadding=5% summary="A title and a result log">
|
|
|