Browse Source

bower id instead of gir url, remove "Seaside-inspired"

... not very much left of the Seaside inspiration there.
(Proto)Stream API and DOM form it much more.
Herbert Vojčík 9 years ago
parent
commit
6d1b292ed9
2 changed files with 5 additions and 6 deletions
  1. 4 5
      README.md
  2. 1 1
      bower.json

+ 4 - 5
README.md

@@ -1,8 +1,7 @@
-# Stream-based Seaside-inspired in-page Web framework
+# Stream-based in-page Web framework for Amber
 
-Stream-based, Seaside-inspired framework
-for creating and manipulating contents of a page.
-For Amber Smalltalk.
+Stream-based framework for creating and manipulating
+contents of a page. For Amber Smalltalk.
 
 Based on https://github.com/amber-smalltalk/domite,
 created as an alternative to existing Web package
@@ -13,7 +12,7 @@ present in Amber.
 If not already present, create a project
 in an empty directory with `amber init`.
 
-In a project, `bower install git://github.com/herby/silk --save`.
+In a project, `bower install silk --save`.
 
 Start development server with `amber serve`
 and go to `http://localhost:4000/` in your browser.

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "silk",
-  "description": "Stream-based, Seaside-inspired framework for creating and manipulating contents of a page. For Amber Smalltalk.",
+  "description": "Stream-based framework for creating and manipulating contents of a page. For Amber Smalltalk.",
   "version": "0.1.3",
   "ignore": [
     "**/.*",