Lehs / BIG-INTEGER-ANS-FORTH

Calculating with dynamic integers in Forth
14 stars 4 forks source link

Modify README.md to make use of markdown features #3

Open meithecatte opened 6 years ago

meithecatte commented 6 years ago

This PR makes the README use an unordered list, which makes it look a lot better when viewed on GitHub. You can see how the new version will look here

Lehs commented 6 years ago

Could I copy the README to my files?

meithecatte commented 6 years ago

@Lehs Yes, that's what a pull request is for! But wait, there's more! You can also press the "merge" button below, and it will do that automatically.

Lehs commented 6 years ago

OK! Thank You! I pressed the button. :)

Lehs commented 6 years ago

I'm not sure, but I think that bigintegers.4th in my repository ANS-Forth-libraries has some further corrections and also includes Karatsuba multiplication.

meithecatte commented 6 years ago

It seems like it didn't work. You've since modified your version to use a code block. This made GitHub unable to figure out how to combine the two changes - I've fixed this manually.

You can now click the "Merge pull request" button if you like the dotted list look more, or click "Close pull request" if you'd rather keep the look of a code block.

Separate of that, I'd advise you to add a note to the README, along the lines of:

**Deprecated** in favor of [bigintegers.4th](https://github.com/Lehs/ANS-Forth-libraries/blob/master/bigintegers.4th) in my ANS-Forth-libraries repository.

if you consider the other implementation better - it will look like this:

Deprecated in favor of bigintegers.4th in my ANS-Forth-libraries repository.