Browse Source

save, commit, reload added to getting started

Herbert Vojčík 9 years ago
parent
commit
aca22222a5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -18,7 +18,8 @@ Start development server with `amber serve`
 and go to `http://localhost:4000/` in your browser.
 
 In all packages that uses Silk, add `'silk/Silk'`
-to the package imports.
+to the package imports, save the change and commit the package.
+Reload.
 
 ## Introduction