Skip to content

Commit

Permalink
add npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-taskbase committed Mar 9, 2021
1 parent 11ba644 commit ffefd49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
## Work in progress

This is work in progress and not ready to be used.

## TODOs
- Fix usage of factoring for simplification
- Throw error instead of returning empty array?

## Done (compared to https://github.com/google/mathsteps)
- Port to TypeScript!
<img alt="npm badge" src="https://img.shields.io/npm/v/@taskbase/mathsteps">

## Why Mathsteps
Mathsteps aims to provide step-by-step instructions like a tutor would give them to a student.
Expand Down Expand Up @@ -132,5 +123,13 @@ Then, the tests can be executed:
npm test
```

## TODOs
- Fix usage of factoring for simplification
- Throw error instead of returning empty array?

### Done (compared to https://github.com/google/mathsteps)
- Port to TypeScript!

## Attribution
Based on google/mathsteps

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskbase/mathsteps",
"version": "1.0.0-beta.1",
"version": "1.0.0",
"description": "Step by step math solutions",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit ffefd49

Please sign in to comment.