Skip to content

Commit

Permalink
Merge pull request #12 from pwarelis/patch-1
Browse files Browse the repository at this point in the history
Fixed typos on README.md
  • Loading branch information
jonathan-casarrubias committed Mar 24, 2018
2 parents 89a7662 + 6751e32 commit 5b702ec
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 @@ -25,18 +25,18 @@ The **OnixJS FrameWork** is an ***Enterprise Grade*** **Node.JS** platform that
- **FrameWork Agnostic SDK** *(For ES6+/TypeScript Clients)*
- Dependency Injection (**DI**)
- **Service Oriented Architecture or Monolithic Architecture**.
- Representional State Transfer API (**REST API**)
- Representational State Transfer API (**REST API**)
- Remote Procedure Call and Streams API (**RPC/RPCS APIs**)
- Module and Component Level LifeCycles (**Hooks**)
- Back-end compatible with any **ORM** *(LoopBack's Datasource Juggler, Mongoose, Sequalize, TypeORM, Etc)*
- Back-end compatible with any **ORM** *(LoopBack's Datasource Juggler, Mongoose, Sequelize, TypeORM, Etc)*

## Documentation
The following link will take you to the [OnixJS Documentation](https://github.com/onixjs/core/wiki)

`DISCLAIMER: The wiki is a temporal documentation created to start guiding developers into the OnixJS World. An Official Web and More Complete Documentation Sites are currently being developed.`

## Phylosophy
The OnixJS phylosophy is to empower developers to decide which dependencies they want to install and maintain in their projects.
## Philosophy
The OnixJS philosophy is to empower developers to decide which dependencies they want to install and maintain in their projects.

We strongly believe that staging or deploying your project, now or in a year... MUST NOT be affected by the framework or any of its dependencies, and that is the reason of why we decided to use practically zero dependencies.

Expand Down Expand Up @@ -67,4 +67,4 @@ $ npm install && npm run test
| :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 5b702ec

Please sign in to comment.