From c49e2fa5dcfb2ff55792b14733c7115ecb50f7c9 Mon Sep 17 00:00:00 2001
From: Shreyas Minocha
Date: Thu, 30 Apr 2020 18:49:04 +0530
Subject: [PATCH] Edit introductory paragraphs
---
readme.md | 2 +-
src/pages/index.js | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/readme.md b/readme.md
index 13b0db7..0fb0691 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,7 @@ This is an experimental “book” about regular expressions. It is largely _vis
This book’s intended audience is _regex beginners_. Some programming experience is assumed. It does not go into advanced regex concepts like engine backtracking and recursive regexes—at least not at the moment.
-This is also an open source project, and contributions are welcome. I’m not quite sure how this part of this experiment is going to turn out, but I’m excited to see what comes from it.
+This is also an open source project, and contributions are welcome.
## Contributing
diff --git a/src/pages/index.js b/src/pages/index.js
index d185f6b..04a16d5 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -32,9 +32,7 @@ const Index = () => (
open source project
- , and contributions are welcome. I’m not quite sure how this part of
- this experiment is going to turn out, but I’m excited to see what
- comes from it.
+ , and contributions are welcome.
Contents