Skip to content

Commit c01399a

Browse files
authored
Update README #217
removed mentions of boilerplate app in README
1 parent 54f2d7f commit c01399a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We've used this `builderbook` project to build [saas](https://github.com/async-l
1313
## How can you use this app?
1414
- As learning material for React/Material-UI/Next/Express/Mongoose/MongoDB stack
1515
- As learning material for Google/Github/AWS SES/Mailchimp/Stripe APIs.<br>
16-
- As starting point for your own project. Start from our [boilerplate](https://github.com/builderbook/builderbook/tree/master/boilerplate) or modify the final app.<br>
16+
- As starting point for your own project. Use the code in [book/1-begin](https://github.com/builderbook/builderbook/tree/master/book/1-begin) or [book/1-end](https://github.com/builderbook/builderbook/tree/master/book/1-end) as a lean boilerplate or modify the final app.<br>
1717
- As a production-ready web app to publish documentation or sell content on your own website (we sell our own book).
1818

1919

@@ -460,7 +460,6 @@ All code in this repository is provided under the [MIT License](https://github.c
460460

461461
```
462462
.
463-
├── boilerplate # Boilerplate with React, Material-UI, Next, Express, Mongoose, MongoDB
464463
├── book # Codebases for each chapter of our book
465464
├── components # React components
466465
│ ├── admin # Components used on Admin pages

0 commit comments

Comments
 (0)