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..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. @@ -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)