From 93a36cd4dbdcc9bb358a5eb93948efd351155845 Mon Sep 17 00:00:00 2001 From: Richard Guan Date: Mon, 3 Nov 2014 10:38:41 -0800 Subject: [PATCH 1/2] update license information --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 19631df..b8e62a1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 urban-boa +Copyright (c) 2014 react-fullstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3d31fa4..0fdbce7 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ When submitting a new feature, add tests that cover the feature. Recent changes can be viewed on Github. ## License -[BSD license](http://opensource.org/licenses/bsd-license.php) +[MIT license](http://opensource.org/licenses/mit-license.php) From 8ae81eabc4b8f7616b746ddb8ad6030055afd758 Mon Sep 17 00:00:00 2001 From: Richard Guan Date: Mon, 3 Nov 2014 18:52:03 -0800 Subject: [PATCH 2/2] Quick edits on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fdbce7..506f48e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#ReactJS-Fullstack Generator +#React Fullstack Generator >Slush generator for ReactJS - lets you quickly set up a project with sensible defaults and best practices. ##Getting Started @@ -39,7 +39,7 @@ To install a sub-generator, pick one from the above list: slush react-fullstack:generator_of_your_choice ``` -**Note: Generators are to be run from the root directory of your app.** +**Note: Run generators from the root directory of your app.** ##Testing Running `gulp jest` will run the unit tests with jest.