Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlexborisov <lex.borisov@gmail.com>2016-12-23 11:51:46 +0300
committerlexborisov <lex.borisov@gmail.com>2016-12-23 11:51:46 +0300
commitb520ebf43250862baa9d8dd82aa1821944359cc2 (patch)
tree206dba84ded1c75315948b316c47cad1d51a63ef /docs
parentb583770f5909c232635973847ab734ded009c095 (diff)
grammar fixed
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 429886c..ed629b1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
<html lang="en-us">
<head>
<meta charset="UTF-8">
- <title>Modest is an open source HTML Render on the pure C programming language by Alexander Borisov</title>
+ <title>Modest is an open source HTML renderer in pure C programming language by Alexander Borisov</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
@@ -13,7 +13,7 @@
</head>
<body>
<section class="page-header">
- <h2 class="project-tagline">Modest — development of open source HTML Render on the pure C programming language</h2>
+ <h2 class="project-tagline">Modest — development of an open source HTML renderer in pure C programming language</h2>
<a href="https://github.com/lexborisov/modest" class="btn">View on GitHub</a>
<a href="https://github.com/lexborisov/modest/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/lexborisov/modest/tarball/master" class="btn">Download .tar.gz</a>
@@ -22,7 +22,7 @@
<section class="main-content">
<p>Hi, there!</p>
-<p>My name is <a href="https://www.facebook.com/lastmac">Alexander Borisov</a>, and I am the developer of <a href="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML Render on the pure C programming language, without dependencies.</p>
+<p>My name is <a href="https://www.facebook.com/lastmac">Alexander Borisov</a>, and I am the developer of <a href="https://github.com/lexborisov/Modest">Modest</a>, an open source HTML renderer in pure C programming language, without dependencies.</p>
<h3><a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About the Project</h3>