Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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)