diff --git a/README.md b/README.md index dc8794e..f1773c7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # React-Admin Demo -This is a demo of the [react-admin](https://github.com/marmelab/react-admin) library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at https://marmelab.com/react-admin-demo. +This is a demo of the [react-admin](https://github.com/marmelab/react-admin) library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at [https://marmelab.com/react-admin-demo](https://marmelab.com/react-admin-demo). -[![admin-on-rest-demo](https://camo.githubusercontent.com/8f45adbef8ce38b97bbf6e5492da0685d4d273d4/68747470733a2f2f6d61726d656c61622e636f6d2f72656163742d61646d696e2f696d672f72656163742d61646d696e2d64656d6f2d7374696c6c2e706e67)](https://vimeo.com/268958716) +[![admin-on-rest-demo](https://marmelab.com/react-admin/img/demo-ecommerce-oss.png)](https://vimeo.com/268958716) React-admin usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)). -The source code is available in the main marmelab/react-admin repository, under [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo). To explore it, start with [src/index.js](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.js). +The source code is available in the main [marmelab/react-admin](https://github.com/marmelab/react-admin) repository, in the [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo) directory. To explore it, start with [src/index.tsx](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.tsx). -This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/admin-on-rest-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository. +This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/react-admin-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository.