From 9525f9882110f47c54c1210201df2cb765e04b5f Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Sat, 20 May 2017 10:38:12 -0500 Subject: [PATCH] MIT not BSD, and typo fix --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5003cee..9d91d1d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This forms a skeleton Bookdown production project, with an eye toward publishing First, clone the repository you want to work in, called `{$REPO}`. This may be a user/organization repository (`organization.github.io`) or a Github project `gh-pages` branch. -Then use composer to install the Bookdown project as a subdirectory inside `{$REPO}`. We suggest `_bookdown` since Github Pages will not publish directory-prefixed paths. +Then use composer to install the Bookdown project as a subdirectory inside `{$REPO}`. We suggest `_bookdown` since Github Pages will not publish underscore-prefixed directories. cd {$REPO} composer create-project -s dev bookdown/project _bookdown diff --git a/composer.json b/composer.json index 255a65c..9b8b55d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "static site" ], "homepage": "https://github.com/bookdown/Bookdown.Project", - "license": "BSD-2-Clause", + "license": "MIT", "authors": [ { "name": "Bookdown.Project Contributors",