From bf6703c2e8bef6390dc2d21ef2659cc92fc3f7d7 Mon Sep 17 00:00:00 2001 From: Nenad Ticaric Date: Thu, 4 Oct 2018 18:41:50 +0200 Subject: [PATCH] fixing double word typo (#6292) Thanks! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3e886dc7..d5d21ac588 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is built on [Laravel 5.4](http://laravel.com). Snipe-IT is actively developed and we're [releasing quite frequently](https://github.com/snipe/snipe-it/releases). ([Check out the live demo here](https://snipeitapp.com/demo/).) -__This is web-based software__. This means there there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, flavor of Linux, as well as Windows, and we have a [Docker image](https://snipe-it.readme.io/docs/docker) available if that's what you're into. +__This is web-based software__. This means there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, flavor of Linux, as well as Windows, and we have a [Docker image](https://snipe-it.readme.io/docs/docker) available if that's what you're into. -----