From c1dccd98fb35b26b536d3f63dfec63004cc24ec1 Mon Sep 17 00:00:00 2001 From: Fabian Wiles Date: Tue, 25 Dec 2018 19:33:58 +1300 Subject: [PATCH] fix(readme): use circle ci build badge, update img url, add socketengine --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d86a4c51..af960b429 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Build Status](https://travis-ci.org/angular/universal.svg?branch=master)](https://travis-ci.org/angular/universal) +[![CircleCI](https://circleci.com/gh/angular/universal/tree/master.svg?style=shield)](https://circleci.com/gh/angular/universal/tree/master) [![Join the chat at https://gitter.im/angular/universal](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/universal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # Angular Universal -![Angular Universal](https://angular.io/assets/images/logos/concept-icons/universal.png) +![Angular Universal](https://angular.io/generated/images/marketing/concept-icons/universal.png) # Table of Contents * [Introduction](#introduction) @@ -45,6 +45,7 @@ The packages from this repo are published as scoped packages under [@nguniversal - [@nguniversal/aspnetcore-engine](/modules/aspnetcore-engine/README.md) - [@nguniversal/hapi-engine](/modules/hapi-engine/README.md) - [@nguniversal/module-map-ngfactory-loader](/modules/module-map-ngfactory-loader) +- [@nguniversal/socket-engine](/modules/socket-engine) # Universal "Gotchas" Moved to [/docs/gotchas.md](/docs/gotchas.md)