From 88184a3daf94c0a447faf9db22473ff4be10a36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 8 Oct 2018 19:13:33 -0300 Subject: [PATCH] Typo on paragraph #17 & #37 Fix link on paragraph #03 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95881dd..2b4bfe9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JuxtaposeJS -[JuxtaposeJS][https://juxtapose.knightlab.com] is a simple, open source tool for creating before/after image sliders. Just provide two image URLs and Juxtapose will do the rest of the work for you. Below are instructions for implementing Juxtapose with HTML and Javascript but we also have a [tool that lets you make a slider without needing to know any code](https://juxtapose.knightlab.com#create-new). +[JuxtaposeJS](https://juxtapose.knightlab.com) is a simple, open source tool for creating before/after image sliders. Just provide two image URLs and Juxtapose will do the rest of the work for you. Below are instructions for implementing Juxtapose with HTML and Javascript but we also have a [tool that lets you make a slider without needing to know any code](https://juxtapose.knightlab.com#create-new). If you want to contribute to Juxtapose, check out the `DEVELOPERS.md` file for installation instructions. Fork the project, create a new branch with your features, and submit a pull request. Thanks for your help! @@ -14,7 +14,7 @@ If you want to contribute to Juxtapose, check out the `DEVELOPERS.md` file for i * [Security Information](#security-information) ### Installation -The easiest way to create a Juxtapose slider is to go to to [http://juxtapose.knightlab.com][1] and use the tool to generate an embedable code snippet that you can use on any website. There are a number of other ways to install Juxtapose on your website. +The easiest way to create a Juxtapose slider is to go to to [http://juxtapose.knightlab.com][1] and use the tool to generate an embeddable code snippet that you can use on any website. There are a number of other ways to install Juxtapose on your website. **CDN** — Juxtapose is available on the Knight Lab CDN. Just add this code to the `` of your HTML page: ```html @@ -34,7 +34,7 @@ There is also a [Meteor package](https://atmospherejs.com/kyleking/juxtapose-js) ### Create a Juxtapose Slider #### Create an iFrame -The easiest way to create a Juxtapose slider is to go to to [http://juxtapose.knightlab.com][1] and use the tool to generate an embedable code snippet that you can use on any website. The tool is easy to use and requires no coding knowledge whatsoever. If you want to use JuxtaposeJS without using the embed generator, keep reading to learn about different implementation methods. +The easiest way to create a Juxtapose slider is to go to to [http://juxtapose.knightlab.com][1] and use the tool to generate an embeddable code snippet that you can use on any website. The tool is easy to use and requires no coding knowledge whatsoever. If you want to use JuxtaposeJS without using the embed generator, keep reading to learn about different implementation methods. #### HTML Implementation The easiest way to implement the image slider is to add this code to your markup: