diff --git a/README.md b/README.md index 3c95f85..1bf1b24 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ fluentcmd ========= *Generate beautiful, targeted resumes from your command line or shell.* -FluentCMD is a **hackable, data-driven, developer-friendly resume authoring tool** with support for HTML, Word, PDF, plain text, smoke signal, carrier pigeon, and other arbitrary-format resumes and CVs. +FluentCMD is a **hackable, data-driven, dev-friendly resume authoring tool** with support for HTML, Markdown, Word, PDF, plain text, smoke signal, carrier pigeon, and other arbitrary-format resumes and CVs. [![](assets/office_space.jpg)][8] @@ -116,7 +116,7 @@ fluentcmd input.json output.doc output.html output.txt output.pdf ## License -MIT. Go crazy, and keep a lookout for grues. See [LICENSE.md][1] for details. +MIT. Go crazy. See [LICENSE.md][1] for details. [1]: LICENSE.md [2]: http://phantomjs.org/ diff --git a/package.json b/package.json index b4b5b3a..48044d9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "fluentcmd", "version": "0.1.0", - "description": "The FluentCV command-line tool (an extensible command-line-based resume generator for the 21st century.)", - "private": true, + "description": "Generate beautiful, targeted resumes from your command line or shell.", "repository": { "type": "git", "url": "https://github.com/fluentdesk/fluentcmd.git"