Skip to content

Commit

Permalink
demo(getting-started): Updated CSS include code to reference SUI 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Aug 14, 2017
1 parent 10b8b8a commit c1def79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/pages/getting-started/getting-started.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class GettingStartedPage {
public installCode:string = `$ npm install ng2-semantic-ui --save`;

public includeCssCode:string =
`<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css">`;
`<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">`;

public importCode:string = `import {SuiModule} from 'ng2-semantic-ui';`;
public moduleImportCode:string = `
Expand Down

0 comments on commit c1def79

Please sign in to comment.