From 7b47d6669bc78970b6ddcbad750822e5185c6da6 Mon Sep 17 00:00:00 2001 From: Khashayar Hajian Date: Thu, 15 Oct 2015 15:41:49 +0200 Subject: [PATCH] Update the examples with correct values --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c14ef13..d745fe1 100755 --- a/README.md +++ b/README.md @@ -84,28 +84,28 @@ Here is the group configuration for Angular: { groupTitle: 'Angular Docs', groupId: 'angular', - groupIcon: 'icon-book', + groupIcon: 'book', groups: [ { - id: "api", - title:"API's", + groupId: "api", + groupTitle:"API's", files: grunt.file.expand(['downloaded/angular/angular.js-' + version + '/src/**/*.js']) }, { - id: "guide", - title: "Guide", + groupId: "guide", + groupTitle: "Guide", groupIcon: 'book', files: grunt.file.expand(['downloaded/angular/angular.js-' + version + '/docs/content/guide/**/*.ngdoc']) }, { - id: "misc", - title: "Misc", + groupId: "misc", + groupTitle: "Misc", groupIcon: 'empire', files: grunt.file.expand(['downloaded/angular/angular.js-' + version + '/docs/content/misc/**/*.ngdoc']) }, { - id: "tutorial", - title: "Tutorial", + groupId: "tutorial", + groupTitle: "Tutorial", groupIcon: 'life-ring', files: grunt.file.expand(['downloaded/angular/angular.js-' + version + '/docs/content/tutorial/**/*.ngdoc']) }