You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ <h2 class="project-tagline">Modest is an open source HTML Render based on the pu
22
22
<sectionclass="main-content">
23
23
<p>Hi, there!</p>
24
24
25
-
<p>My name is Alexander Borisov, and I am the developer of <ahref="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML Render based on the pure C programming language, without external linkages.</p>
25
+
<p>My name is Alexander Borisov, and I am the developer of <ahref="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML Render on the pure C programming language, without dependencies.</p>
26
26
27
27
<h3><aid="about" class="anchor" href="#about" aria-hidden="true"><spanaria-hidden="true" class="octicon octicon-link"></span></a>About the Project</h3>
Modest is being developed using the pure C99, without external linkages, and will benefit from the following unique features:</p>
42
+
Modest is being developed using the pure C99, without dependencies, and will benefit from the following unique features:</p>
43
43
44
44
<b>Easy to port to any platform</b>
45
45
<p>
46
-
Thanks to the C99 programming language, there are no external linkages, and therefore the project can be easily ported to any platform where C is available, and as we all know, C is actually available everywhere.<br>
46
+
Thanks to the C99 programming language, there are no outside dependencies, and therefore the project can be easily ported to any platform where C is available, and as we all know, C is actually available everywhere.<br>
47
47
Moreover, Modest is being developed in such a way that in case of compilation on a specific platform it can be easily adapted to that platform.</p>
0 commit comments