From 25995f87107a7c51f8b1bf50f5f2e2b1325c39d4 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Sun, 16 Sep 2018 14:37:37 +0200 Subject: [PATCH] Added new readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index f07155e..4aec314 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,11 @@ ## The node.js example app -[![CircleCI](https://img.shields.io/circleci/project/github/contentful/the-example-app.nodejs.svg)](https://circleci.com/gh/contentful/the-example-app.nodejs) - The node.js example app teaches the very basics of how to work with Contentful: - consume content from the Contentful Delivery and Preview APIs - model content - edit content through the Contentful web app -The app demonstrates how decoupling content from its presentation enables greater flexibility and facilitates shipping higher quality software more quickly. - -Screenshot of the example app - ## Requirements * Node 8 @@ -116,6 +110,7 @@ docker images Step 3: Tag your image accordingly with your Docker hub user ```bash docker tag bb38976d03cf yourhubusername/verse_gapminder:firsttry +``` Step 4: Push your image to the Docker hub ```bash