From fc8991406a72741e9e630924df50edf05f013683 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 6 Sep 2018 16:43:25 -0400 Subject: [PATCH] Small fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1686ee9..7df9989 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ enabling parallax elements. ```html - - - + + +

Site content continues

@@ -36,7 +36,7 @@ which would make it possible to declaratively specify your parallax effect but there are many technical challenges that have made this a problem. However, it is possible to implement parallax in the browser's asynchronous scrolling today by combining 3d perspective and sticky positioning. This is very unergonomic, -which is exactly the sort of case that permafills can solve! +which is exactly the sort of case that layered APIs can solve! ## Implementation