From 8ff25d92243fcf364f8e5e0358cf027591105645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fran=C3=A7ois=20GUILLEM?= Date: Thu, 17 Aug 2017 11:42:51 +0200 Subject: [PATCH] Remove a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d5185..42db31a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Take a look at the `package.json` file and edit it to your liking. Once you are npm install ``` -The repository contains sample scripts for demonstration. You should take a llok at them and then remove them: +The repository contains sample scripts for demonstration. You should take a look at them and then remove them: ```sh rm dist/* src/* test/src/test-* test/test.js ```