Skip to content

Commit a89e976

Browse files
committed
Update README.md
1 parent 14dcfe2 commit a89e976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

videos/beginner/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
A deployed CORS enabled version of this server is available at
1313

14-
`http://backbonejs-beginner.herokuapp.com`
14+
`http://backbone-beginner.herokuapp.com`
1515

1616
The server code base can be found [here](https://github.com/thomasdavis/video-backbone-beginner-server).
1717

@@ -39,7 +39,7 @@ Ajax prefilters are useful for hooking into all AJAX request. In this case, we w
3939

4040
```js
4141
$.ajaxPrefilter( function( options, originalOptions, jqXHR ) {
42-
options.url = 'http://backbonejs-beginner.herokuapp.com' + options.url;
42+
options.url = 'http://backbone-beginner.herokuapp.com' + options.url;
4343
});
4444
```
4545

0 commit comments

Comments
 (0)