From 4ed4577539241da6f1f44cbcc700b5a0b40cf8ec Mon Sep 17 00:00:00 2001 From: Mohamed Bouallegue Date: Sun, 11 Oct 2015 04:06:04 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbd336..b9736dd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ want (including html metas, title, navigation state). ### Under the hood - It listen to every clicks on links _you want_ (by default all of them), -- When a internal link hitted, Pjax grabs HTML from your server via ajax, +- When an internal link is clicked, Pjax grabs HTML from your server via ajax, - Pjax render pages DOM tree (without loading any resources - images, css, js...) - It check if all defined parts can be replaced: - if page doesn't suit requirement, classic navigation used,