Skip to content

Commit

Permalink
changed ng2 to just ng
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Grove committed Jul 24, 2017
1 parent d87576e commit 083e223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NG2-SNow Starter Project
# NG-SNow Starter Project
This starter project is intended to help you build and deploy angular2 applications on the ServiceNow platform. Before you ask me "Why angular2?" I will go ahead and answer that question, because its awesome. Thats why. Here are a few reasons why I like it:

1. Modularity
Expand Down Expand Up @@ -74,4 +74,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core';
styleUrls: ['./app.component.css']
})
export class AppComponent implements OnInit {
branding = 'ng2snow';
branding = 'ng-snow';

constructor(
) { }
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Ng2snow</title>
<title>ng-snow</title>

<!-- Init some variables 'n things. -->
<script>(function() { window['_g_ck']="$[g_ck]";})()</script>
Expand Down

0 comments on commit 083e223

Please sign in to comment.