From ae256504a8cccb311e1d2c6565ec01688230079c Mon Sep 17 00:00:00 2001
From: Nelo Mitranim <me@mitranim.com>
Date: Thu, 1 Jun 2017 00:39:12 +0300
Subject: [PATCH] suggested a better Sublime Text plugin

RustFmt is much faster than BeautifyRust and preserves scroll position
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fa4e9d6c4e2..d20e69cbacd 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ You can run `rustfmt --help` for more information.
 
 * [Vim](https://github.com/rust-lang/rust.vim#formatting-with-rustfmt)
 * [Emacs](https://github.com/rust-lang/rust-mode)
-* [Sublime Text 3](https://packagecontrol.io/packages/BeautifyRust)
+* [Sublime Text 3](https://packagecontrol.io/packages/RustFmt)
 * [Atom](atom.md)
 * Visual Studio Code using [vscode-rust](https://github.com/editor-rs/vscode-rust), [vsc-rustfmt](https://github.com/Connorcpu/vsc-rustfmt) or [rls_vscode](https://github.com/jonathandturner/rls_vscode) through RLS.