Skip to content

Commit

Permalink
Added documentation for Nesting Renderers to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Mar 18, 2022
1 parent b020029 commit 5880cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ Assume you have the four php files below in your application:
<!DOCTYPE html>
<html>
<head>
<title>Two Step View Example</title>
<title>Nesting Renderers Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Expand Down Expand Up @@ -1007,7 +1007,7 @@ Which results in the output below:
<!DOCTYPE html>
<html>
<head>
<title>Two Step View Example</title>
<title>Nesting Renderers Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Expand Down Expand Up @@ -1105,7 +1105,7 @@ This all leads to
<!DOCTYPE html>
<html>
<head>
<title>Two Step View Example</title>
<title>Nesting Renderers Example</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Expand Down

0 comments on commit 5880cba

Please sign in to comment.