From 9fa68496ff69860a03b15d4cc3bd2ac6477ab3a4 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Sun, 17 Mar 2019 18:50:04 +0100 Subject: [PATCH] rename admin-on-rest to react-admin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea7f0a..5899bba 100644 --- a/README.md +++ b/README.md @@ -245,8 +245,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ## Miscellaneous +* [react-admin](https://github.com/marmelab/react-admin) - Add a ReactJS admin GUI to any RESTful API. * [ng-admin](https://github.com/marmelab/ng-admin) - Add an AngularJS admin GUI to any RESTful API. -* [admin-on-rest](https://github.com/marmelab/admin-on-rest) - Add a ReactJS admin GUI to any RESTful API. * [swagger-codegen](https://github.com/swagger-api/swagger-codegen) - Auto generation of client libraries or server stubs given an OpenAPI specification (formerly known as the Swagger Specification). * [Lumber](https://github.com/ForestAdmin/lumber) - Generate the admin interface of your application.