From 6751e32c250702f24838ad6cab7a6a25d4e478de Mon Sep 17 00:00:00 2001 From: Paul Warelis Date: Fri, 23 Mar 2018 20:46:58 -0400 Subject: [PATCH] Fixed a few typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 322ccd4..1fdb633 100644 --- a/README.md +++ b/README.md @@ -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. @@ -67,4 +67,4 @@ $ npm install && npm run test | :---: | -This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!