[API] Link to openmct module in the preamble

This commit is contained in:
Victor Woeltjen 2016-09-06 13:28:49 -07:00
parent 7ce9bd969a
commit 02904a6081

6
API.md
View File

@ -3,8 +3,10 @@
The Open MCT framework public api can be utilized by building the application (`gulp install`) and then copying the file from `dist/main.js` to your directory
of choice.
Open MCT supports AMD, CommonJS, and standard browser loading; it's easy to use
in your project.
Open MCT supports AMD, CommonJS, and loading via a script tag; it's easy to use
in your project. The [`openmct`]{@link module:openmct} module is exported
via AMD and CommonJS, and is also exposed as `openmct` in the global scope
if loaded via a script tag.
## Overview