1
0
فهرست منبع

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 10 سال پیش
والد
کامیت
6d1b292ed9
2فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  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": [
     "**/.*",