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