From 65eb6dc71ba592ac0ce8d583a7bbff3032b65090 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 30 May 2017 07:50:21 -0700 Subject: [PATCH] Fix wrong link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6043a..99a1f01 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ What's a developer to do? Use one of countless number converters available onlin Let's scratch that last one right away: Xcode has changed so much with every major version that finding my way around and bringing a project up-to-date is a non-trivial (and unpleasant) undertaking. Not only that, but the aforementioned GMP library is notoriously hard to build. -Why not just rewrite the darn thing in JavaScript? If it involves writing arbitrary precision integer arithmetic routines, sounds like fun. So, this is what you'll find in this repo. (And, for old times' sake, you'll find the old Objective-C codebase on [the `objective-c` branch](https://github.com/wincent/walrat/tree/master) too). +Why not just rewrite the darn thing in JavaScript? If it involves writing arbitrary precision integer arithmetic routines, sounds like fun. So, this is what you'll find in this repo. (And, for old times' sake, you'll find the old Objective-C codebase on [the `objective-c` branch](https://github.com/wincent/hextrapolate/tree/objective-c) too). It's not entirely feature complete (for example, it doesn't have the ability to convert to and from different string encodings, yet), but it does have a couple of tiny extras that the original Hextrapolate didn't have, like shortcut buttons for copying values to the clipboard and producing a "permalink" to a specific number. -- 2.37.1