Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jkguiang authored Jul 10, 2019
1 parent 788aa1b commit 6d82d52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub license](https://img.shields.io/github/license/jkguiang/integratable.svg)](https://github.com/jkguiang/integratable/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/jkguiang/integratable.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/jkguiang/integratable)

[Integratable](https://www.integratable.info/#/) is an interactive integral table hosted on Github Pages. Specifically, it is a responsive, React-based website that provides the unique ability to evaluate any listed integral as a definite integral.
[Integratable](https://www.integratable.info/#/) is an interactive integral table hosted on Github Pages. Specifically, it is a responsive, React-based website that provides the unique ability to evaluate any listed integral for any given bounds and relevant constants.

![Alt Text](https://media.giphy.com/media/27IUALBgiUYCfnkgn7/giphy.gif)

Expand All @@ -16,8 +16,8 @@
- All LaTeX can be copied to clipboard
- All integrals have unique anchors for easy reference

## Integral Requests
If you wish to have an integral added, you may request it [here](https://github.com/jkguiang/integratable/issues/new/choose) by selecting and filling out the "Request Integral" issue template.

## Offline Usage
It is possible to use Integratable offline:
1. Clone this repository or download the latest release.
2. Navigate into the integratable directory and run `npm install` from the command line to install the necessary dependencies (tested for NPM version 6.9.0).
3. Run Integratable by running `npm start`.
It is possible to run Integratable offline by downloading the latest [release](https://github.com/jkguiang/integratable/releases) or cloning this repository.

0 comments on commit 6d82d52

Please sign in to comment.