Skip to content

Commit

Permalink
MIT not BSD, and typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 20, 2017
1 parent 18ec049 commit 9525f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"static site"
],
"homepage": "https://github.com/bookdown/Bookdown.Project",
"license": "BSD-2-Clause",
"license": "MIT",
"authors": [
{
"name": "Bookdown.Project Contributors",
Expand Down

0 comments on commit 9525f98

Please sign in to comment.