From d49c90d2a2e22557c0bcd933db7a01661d68a345 Mon Sep 17 00:00:00 2001 From: Raul Mur-Artal Date: Fri, 13 Jan 2017 16:01:12 +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 9fc245404a..11a88a858b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ if you use ORB-SLAM2 (Stereo or RGB-D) in an academic work, please cite: } #2. Prerequisites -We have tested the library in **Ubuntu 12.04**, **14.04** and **16.06**, but it should be easy to compile in other platforms. A powerful computer (e.g. i7) will ensure real-time performance and provide more stable and accurate results. +We have tested the library in **Ubuntu 12.04**, **14.04** and **16.04**, but it should be easy to compile in other platforms. A powerful computer (e.g. i7) will ensure real-time performance and provide more stable and accurate results. ## C++11 or C++0x Compiler We use the new thread and chrono functionalities of C++11.