Skip to content

Commit

Permalink
Merge pull request #9 from ds-rakesh/master
Browse files Browse the repository at this point in the history
Update (improved) README.md
  • Loading branch information
Luke I. Wilson committed Oct 1, 2020
2 parents 59bd5e3 + 17b4cf9 commit 7935ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ RSC, the Calculator for Rust Code

[Changelog](CHANGELOG.md)

**RSC is a handwritten scientific calculator for turning an equation inside a string into a result.** RSC is designed to be very lightweight and have as few dependencies as possible. It has the goal of just doing a single thing really well, and enabling anyone to extend it with more features.
**RSC is a handwritten scientific calculator for converting an equation inside a string into a result.** RSC is designed to be very lightweight and have as few dependencies as possible. It has the goal of just doing a single thing really well, and enabling anyone to extend it with more features.

RSC is also designed with the goal to not become bloated software. **RSC will not receive frequent updates, but that does not mean it is old or unmaintained.** That being said, RSC may still receive internal updates with relation to speed or resource usage.

Expand Down

0 comments on commit 7935ef2

Please sign in to comment.