Skip to content

Commit de9cc0a

Browse files
committed
readme update
1 parent 229eba2 commit de9cc0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<h3 align="center">Open Source REST API for rocket, core, capsule, pad, and launch data</h3>
1313

14-
## Documentation
14+
## Docs
1515
See the [Wiki](https://github.com/r-spacex/SpaceX-API/wiki) for full API Documentation
1616

17-
## Usage / Endpoints
17+
## Usage
1818

1919
**Example Response**
2020

@@ -124,8 +124,8 @@ Local development info can be found [here](https://github.com/r-spacex/SpaceX-AP
124124
* API is using [Node.js](https://nodejs.org/en/) with the [Koa](http://koajs.com/) framework
125125
* All data stored in a [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) 3 node replica set cluster
126126
* Latest database mongodump available [here](https://drive.google.com/drive/folders/0B2DdgKR4GR4xdk1sRGowcUZXeE0?usp=sharing)
127-
* Uses [Redis](https://redis.io/) for route caching
128-
* Uses [Jest](https://facebook.github.io/jest/) and [Supertest](https://github.com/visionmedia/supertest) for unit/integration testing
127+
* Uses [Redis](https://redis.io/) on [RedisCloud](https://redislabs.com/redis-enterprise/cloud/) for route caching
128+
* Uses [Jest](https://facebook.github.io/jest/) and [Supertest](https://github.com/visionmedia/supertest) for tests
129129
* Uses [Travis CI](https://travis-ci.org/) for continuous integration/delivery
130130
* API deployed on a [Heroku](https://www.heroku.com/) pipeline with pull request, staging and production servers
131131

0 commit comments

Comments
 (0)