Skip to content

Commit 3ab23a8

Browse files
committed
doc fix
1 parent 6f76585 commit 3ab23a8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can read its introduction [int its documentation's index page](http://www.ar
88

99
## About Fire.js
1010

11-
Fire.js is the Node.js bindings for ArrayFire, it uses [CMake.js](https://github.com/unbornchikken/cmake-js) as of its build system. It takes Node.js insane level of productivity and mix that with ArrayFire insane level of performance and simplicity. You'll get something like Matlab just in familiar JavaScript with performance of level of x100 (with a good GPU).
11+
Fire.js is the Node.js bindings for ArrayFire, it uses [CMake.js](https://github.com/unbornchikken/cmake-js) as of its build system. It takes Node.js' insane level of productivity and mix that with ArrayFire's insane level of performance and simplicity. You'll get something like Matlab just in familiar JavaScript with performance of level of x100 (with a good GPU).
1212

1313
## Requirements
1414

File renamed without changes.
File renamed without changes.

documentation/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can read its introduction [int its documentation's index page](http://www.ar
66

77
# About Fire.js
88

9-
Fire.js is the Node.js bindings for ArrayFire, it uses [CMake.js](https://github.com/unbornchikken/cmake-js) as of its build system. It takes Node.js ridiculous level of productivity and mix that with ArrayFire ridiculous level of performance and simplicity. You'll get something like Matlab just in familiar JavaScript with performance of level of x100 (with a good GPU).
9+
Fire.js is the Node.js bindings for ArrayFire, it uses [CMake.js](https://github.com/unbornchikken/cmake-js) as of its build system. It takes Node.js' insane level of productivity and mix that with ArrayFire's insane level of performance and simplicity. You'll get something like Matlab just in familiar JavaScript with performance of level of x100 (with a good GPU).
1010

1111
Install instructions can be found in the [project's readme at Github](https://github.com/unbornchikken/fire-js#install).
1212

documentation/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pages:
55
- dtype: dtype.md
66
- source: source.md
77
- Classes:
8-
- AFArray: afArray.md
8+
- AFArray: AFArray.md
99
- Functions:
1010
- Managing Devices: devices.md
11-
theme: mkdocs
12-
repo_url: https://github.com/unbornchikken/fire-js
11+
theme: united
12+
repo_url: https://github.com/unbornchikken/fire-js

0 commit comments

Comments
 (0)