summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:27:29 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-05-22 06:27:29 -0400
commit6f626b2e3215fc9e08a1980c45eeb6c1d039c015 (patch)
treed37f07817f93f4e7e5bda91c4f174f60bf826482 /README.md
parent77ede1801a56c96a8a28dec05b87e88cc6b4255b (diff)
downloadmerchant-backoffice-6f626b2e3215fc9e08a1980c45eeb6c1d039c015.tar.gz
merchant-backoffice-6f626b2e3215fc9e08a1980c45eeb6c1d039c015.tar.bz2
merchant-backoffice-6f626b2e3215fc9e08a1980c45eeb6c1d039c015.zip
remove period at end of phrase
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c19b13..a3d9fe9 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ The result will be placed at `packages/frontend/single/index.html`.
* preact-router: URL component router for Preact
-* SWR: React Hooks library for data fetching. (stale-while-revalidate)
+* SWR: React Hooks library for data fetching (stale-while-revalidate)
* Yup: schema builder for value parsing and validation