From 389804104ca24588f59ff07638685f88d96af2ed Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 14 Jul 2018 23:19:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c4bbfc8..177c75a 100644 --- a/README.md +++ b/README.md @@ -279,9 +279,8 @@ Crossterm is using ANSI escape codes by default for both unix and windows system But for Windows it is a bit more complicater since Windows versions 8 or lower are not supporting ANSI escape codes. This is why we use WinApi for those machines. For Windows 10 ANSI codes will be the default. ## Notice -<<<<<<< HEAD This libary is not stable yet but I expect it ot not to change that mutch anymore. -And if there are any changes that affect previous versions I will [describe](link_to_upgrade_manual) what to change when upgrading Crossterm to an newer version. +And if there are any changes that affect previous versions I will [describe](https://github.com/TimonPost/crossterm/blob/master/docs/UpgradeManual.md) what to change when upgrading Crossterm to an newer version. ## Todo I still have some things in mind to implement.