diff --git a/docs/trex_create.md b/docs/trex_create.md
index 588478d9..3e6fef26 100644
--- a/docs/trex_create.md
+++ b/docs/trex_create.md
@@ -6,7 +6,7 @@ layout: docs
To create a Tableau extension you need the following components.
- A manifest file that identifies and describes the extension.
-- The Tableau Extensions API JavaScript library (`tableau-extensions-N.N.N.js`)
+- The Tableau Extensions API JavaScript library (`tableau.extensions.N.N.N.js`)
- A web page that uses the library. The web page provides controls that interact with Tableau objects and data in the dashboard.
- Additional JavaScript and HTML and CSS files as needed for your web app.
- A web server to host your web app.
@@ -112,7 +112,7 @@ Your web application must include an HTML page. This page should link to the Ext
-
+
@@ -129,15 +129,15 @@ Your web application must include an HTML page. This page should link to the Ext