From 21d88fe2564fdf21120a0becd1a26c90442efcb8 Mon Sep 17 00:00:00 2001 From: Danila Date: Sun, 30 Jul 2017 14:04:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ab068..cd69530 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Created by Arthur Drobot, Danila Fedorin and Riley Jones. Abacus is a calculator built with extensibility and usability in mind. It provides a plugin interface, via Java, as Lua proves too difficult to link up to the Java core. The description of the internals of the project can be found on the wiki page. ## Current State -Abacus is being built for the Northwest Advanced Programming Workshop, a 3 week program in which students work in treams to complete a single project, following principles of agile development. Because of its short timeframe, Abacus is not even close to completed state. Below is a list of the current features and problems. +Abacus is being built for the Northwest Advanced Programming Workshop, a 3 week program in which students work in teams to complete a single project, following principles of agile development. Because of its short timeframe, Abacus is not even close to completed state. Below is a list of the current features and problems. - [x] Basic number class - [x] Implementation of basic functions - [x] Implementation of `exp`, `ln`, `sqrt` using the basic functions and Taylor Series