Skip to content

Commit

Permalink
Typo fix in README (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikmoeed authored Dec 1, 2023
1 parent fda6dee commit 78d7f5e
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 @@ -153,7 +153,7 @@ FastUI is an implementation of the RESTful principle; but not as it's usually un

The RESTful principle as described in the HTMX article is that the frontend doesn't need to (and shouldn't) know anything about the application your building. Instead, it should just provide all the components you need to construct the interface, the backend can then tell the frontend what to do.

Think of your frontend as a puppet, and the backend as the hand within it — the uppet doesn't need to know what to say, that's kind of the point.
Think of your frontend as a puppet, and the backend as the hand within it — the puppet doesn't need to know what to say, that's kind of the point.

Building an application this way has a number of significant advantages:

Expand Down

0 comments on commit 78d7f5e

Please sign in to comment.