Skip to content

Commit db9783e

Browse files
committed
Minor cleanups on README
1 parent 8b5fb6c commit db9783e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ npm install nuclear-js
3434

3535
## Examples
3636

37-
- [Shopping Cart Example](./examples/shopping-cart) - General overview of NuclearJS concepts: actions, stores and getters with ReactJS
38-
- [Flux Chat Example](./examples/flux-chat) - classic facebook flux chat example written in NuclearJS
39-
- [Rest API Example](./examples/rest-api) - shows how to deal with fetching data from an API using NuclearJS conventions
37+
- [Shopping Cart Example](./examples/shopping-cart) general overview of NuclearJS concepts: actions, stores and getters with ReactJS.
38+
- [Flux Chat Example](./examples/flux-chat) classic facebook flux chat example written in NuclearJS.
39+
- [Rest API Example](./examples/rest-api) shows how to deal with fetching data from an API using NuclearJS conventions.
4040

4141
## How NuclearJS differs from other Flux implementations
4242

@@ -64,8 +64,8 @@ You can read more of the implementation here: [src/evaluator.js](./src/evaluator
6464

6565
## For Smaller Applications
6666

67-
NuclearJS was designed first and foremore for large scale production codebases. For a much more lightweight Flux implementation that shares many of the same ideas and design principles of NuclearJS check out [Microcosm](https://github.com/vigetlabs/microcosm)
67+
NuclearJS was designed first and foremore for large scale production codebases. For a much more lightweight Flux implementation that shares many of the same ideas and design principles check out [Microcosm](https://github.com/vigetlabs/microcosm).
6868

6969
## Contributing
7070

71-
Contributions are welcome, especially with the documentation website and examples. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
71+
Contributions are welcome, especially with the documentation website and examples. See [CONTRIBUTING.md](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)