Skip to content

Commit 8ee4075

Browse files
committed
Update README
1 parent 42ea34a commit 8ee4075

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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/).
44

55
Setup
66
-----
@@ -21,7 +21,7 @@ Open your development server at [http://localhost:3333](). Remember auto-reload
2121

2222
### API Environment for Development
2323

24-
By default this project uses the `dl-api-admin-ddll` app.
24+
By default this project uses the `hook-admin-ddll` app.
2525

2626
The default login credentials are:
2727

@@ -36,10 +36,10 @@ Use `app/assets/index.html` and `app/app.coffee` as a starting point.
3636
The syntax is the same for CoffeeScript and JavaScript usage.
3737

3838

39-
// Initialize dl-api
39+
// Initialize hook
4040
window.dl = new DL.Client( ...... )
4141

42-
// Create new dl-api-admin instance
42+
// Create new hook-admin instance
4343
admin = new DLAdmin()
4444

4545
// Add your models
@@ -73,5 +73,5 @@ The syntax is the same for CoffeeScript and JavaScript usage.
7373
}
7474
)
7575

76-
// Initialize dl-api-admin after models have been set
76+
// Initialize hook-admin after models have been set
7777
admin.init()

0 commit comments

Comments
 (0)