Skip to content

Commit

Permalink
Readme.md fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vladotesanovic committed Jun 9, 2016
1 parent a32eaf5 commit 630f2c1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git clone https://github.com/vladotesanovic/angular2-express-slim
cd angular2-express-slim

# Install dependencies
npm install
npm install && npm run typings

# run and watch for changes in .ts files
npm start
Expand All @@ -26,15 +26,6 @@ Uncomment in public/index.html:
```html
<script src="js/systemjs.config.js"></script>
<script>
System.config({
defaultJSExtensions: true,
packages: {
app: {
format: 'register',
defaultExtension: 'js'
}
}
});
System.import('main')
.then(null, console.error.bind(console));
</script>
Expand Down

0 comments on commit 630f2c1

Please sign in to comment.