diff --git a/Innovator/Client/scripts/CodeEditor/MethodEditor.html b/Innovator/Client/scripts/CodeEditor/MethodEditor.html index dfe8d4c..1175c93 100644 --- a/Innovator/Client/scripts/CodeEditor/MethodEditor.html +++ b/Innovator/Client/scripts/CodeEditor/MethodEditor.html @@ -60,7 +60,7 @@ // create helpPane helper for working with help panel window.helpPane = new HelpEditorPane(topWnd); - // overide delete command. I don't know why? old code. + // override delete command. I don't know why? old code. methodEditorHelper.ovverideDeleteCommand(); window.onload = function () { diff --git a/README.md b/README.md index 3791e7d..4271284 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Release | Aras #### Browsers Tested: Internet Explorer 11, Firefox 45 ESR, Chrome -> Some service packs introduce additional themes that were not avilable in older versions. For example, [v1.3](https://github.com/ArasLabs/method-editor-theme-preference/releases/tag/v1.3) contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the a version that is specifically supported with the Aras Innovator service pack you are using. +> Some service packs introduce additional themes that were not available in older versions. For example, [v1.3](https://github.com/ArasLabs/method-editor-theme-preference/releases/tag/v1.3) contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the version that is specifically supported with the Aras Innovator service pack you are using. ## Installation @@ -42,17 +42,17 @@ Internet Explorer 11, Firefox 45 ESR, Chrome #### Code tree Installation These code tree changes only contain a custom icon for the toolbar. If you wish to use your own icon, you may replace the .svg file in the `\Innovator\` folder with your own. -1. Backup your code tree and store the archive in a safe place +1. Back up your code tree and store the archive in a safe place 2. Navigate to your local `..\RefreshFromDatabase\` folder 3. Copy the `\Innovator\` folder 4. Paste this at the root of your install directory + By default this is `C:\Program Files\Aras\Innovator\` #### Database Installation -1. Backup your database and store the BAK file in a safe place. +1. Back up your database and store the BAK file in a safe place. 2. Open up the Aras Package Import tool. 3. Enter your login credentials and click **Login** - * _Note: You must login as root for the package import to succeed!_ + * _Note: You must log in as root for the package import to succeed!_ 4. Enter the package name in the TargetRelease field. * Optional: Enter a description in the Description field. 5. Enter the path to your local `..\method-editor-theme-preference\Import\imports.mf` file in the Manifest File field. @@ -63,7 +63,7 @@ These code tree changes only contain a custom icon for the toolbar. If you wish #### -You are now ready to login to Aras and try out the Method Editor Theme user preference. +You are now ready to log in to Aras and try out the Method Editor Theme user preference. ## Usage @@ -82,7 +82,7 @@ You are now ready to login to Aras and try out the Method Editor Theme user pref 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` -5. Submit a pull request +5. Submit a pull request. For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com. @@ -94,4 +94,4 @@ Documented and published by Christopher Gillis for Aras Labs. @cgillis-aras ## License -Aras Labs projects are published to Github under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations. \ No newline at end of file +Aras Labs projects are published to GitHub under the MIT license. See the [LICENSE file](./LICENSE) for license rights and limitations. \ No newline at end of file