Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Dec 10, 2018
1 parent c168564 commit 2e34d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Luigi is a micro front-end JavaScript framework that enables you to create an administrative user interface driven by local and distributed views. Luigi allows a web application to communicate with the micro front-ends which the application contains. To make sure the communication runs smoothly, you can easily configure the settings such as routing, navigation, authorization, and user experience elements.

Luigi consists of Luigi Core and Luigi Client applications. The main application uses Luigi Core, and the application running in the micro front-end uses the Luigi Client to communicate with the main application. Both of them interact with each another to leverage communication between the main web application and the micro front-end, without compromising the security principles behind the iframe pattern.
Luigi consists of Luigi Core and Luigi Client applications. You can use Luigi Core to build the core application, and then use the Luigi Client to communicate with the micro front-end it hosts. Both applications interact with each other to leverage communication between the main web application and the micro front-end, without compromising the security principles behind the iframe pattern.

## Installation

Expand Down

0 comments on commit 2e34d36

Please sign in to comment.