From 054a69c65c392d49f8b0ed7b527478a2c4188893 Mon Sep 17 00:00:00 2001 From: felipedeaquino Date: Thu, 11 Nov 2021 13:28:20 -0300 Subject: [PATCH] Fix small typo --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 689039c..ad120eb 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,15 @@ This repository is a collection of simple examples to get you started using [senecajs.org](http://senecajs.org). Each example demonstrates the use of plugins to quickly create -business logic for your qpp. View the app.js (or main.js) source code in each +business logic for your app. View the app.js (or main.js) source code in each example for a fully commented walk through of the example. ## Examples - * [data-entities](//github.com/rjrodger/seneca-examples/tree/master/data-entities): Using multiple databases at the same time for different kinds of entities. - * [simple-plugin](//github.com/rjrodger/seneca-examples/tree/master/simple-plugin): Create a simple Seneca plugin, including unit tests. - * [api-server](//github.com/rjrodger/seneca-examples/tree/master/api-server): building a REST server with Seneca - * [plugin-web](//github.com/rjrodger/seneca-examples/tree/master/plugin-web): creating plugins that expose web user interfaces - * [micro-services](github.com/rjrodger/seneca-examples/tree/master/micro-services): create a small micro-services system - * [user-accounts](//github.com/rjrodger/seneca-examples/tree/master/user-accounts): A user account system, showing login/logout logic. - * [shopping-cart](//github.com/rjrodger/seneca-examples/tree/master/shopping-cart): A shopping cart example, showing how plugins expose additional HTTP APIs. - - - +- [data-entities](//github.com/rjrodger/seneca-examples/tree/master/data-entities): Using multiple databases at the same time for different kinds of entities. +- [simple-plugin](//github.com/rjrodger/seneca-examples/tree/master/simple-plugin): Create a simple Seneca plugin, including unit tests. +- [api-server](//github.com/rjrodger/seneca-examples/tree/master/api-server): building a REST server with Seneca +- [plugin-web](//github.com/rjrodger/seneca-examples/tree/master/plugin-web): creating plugins that expose web user interfaces +- [micro-services](github.com/rjrodger/seneca-examples/tree/master/micro-services): create a small micro-services system +- [user-accounts](//github.com/rjrodger/seneca-examples/tree/master/user-accounts): A user account system, showing login/logout logic. +- [shopping-cart](//github.com/rjrodger/seneca-examples/tree/master/shopping-cart): A shopping cart example, showing how plugins expose additional HTTP APIs.