You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
dl-api-admin
2
-
============
3
-
Administrative interface built on top of [dl-api-javascript](https://github.com/doubleleft/dl-api-javascript) and [Bootstrap](http://getbootstrap.com/).
1
+
hook-admin
2
+
==========
3
+
Administrative interface built on top of [hook-javascript](https://github.com/doubleleft/hook-javascript) and [Bootstrap](http://getbootstrap.com/).
4
4
5
5
Setup
6
6
-----
@@ -21,7 +21,7 @@ Open your development server at [http://localhost:3333](). Remember auto-reload
21
21
22
22
### API Environment for Development
23
23
24
-
By default this project uses the `dl-api-admin-ddll` app.
24
+
By default this project uses the `hook-admin-ddll` app.
25
25
26
26
The default login credentials are:
27
27
@@ -36,10 +36,10 @@ Use `app/assets/index.html` and `app/app.coffee` as a starting point.
36
36
The syntax is the same for CoffeeScript and JavaScript usage.
37
37
38
38
39
-
// Initialize dl-api
39
+
// Initialize hook
40
40
window.dl = new DL.Client( ...... )
41
41
42
-
// Create new dl-api-admin instance
42
+
// Create new hook-admin instance
43
43
admin = new DLAdmin()
44
44
45
45
// Add your models
@@ -73,5 +73,5 @@ The syntax is the same for CoffeeScript and JavaScript usage.
73
73
}
74
74
)
75
75
76
-
// Initialize dl-api-admin after models have been set
76
+
// Initialize hook-admin after models have been set
0 commit comments