diff --git a/README.md b/README.md index 7c2e33e..c878890 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Replace the dummy job (class: `it.fabioformosa.quartzmanager.jobs.SampleJob`) wi From quartz manager ver 2.x.x, the new structure of project is: * REST backend (java based, using [http://www.quartz-scheduler.org/](http://www.quartz-scheduler.org/) - * Single Page Application frontend (angular 5) + * Single Page Application frontend (angular 7) (The previous version of quartz manager was a monolithic backend that provided also frontend developed with angularjs 1.6.x. You can find it at the branch 1.x.x)