Skip to content

Commit be586d0

Browse files
authored
chore(docs): Tweak Readme for CedarJS (#82)
* Change logo * Tweak top text in Readme
1 parent 5918737 commit be586d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<p align="center">
2-
<img src="https://avatars2.githubusercontent.com/u/197462962?v=4" width="200" />
3-
<h1 align="center">Cedar</h1>
2+
<img src="https://avatars.githubusercontent.com/u/211931789?s=200&v=4" width="200" />
3+
<h1 align="center">CedarJS</h1>
44
</p>
55

66
## About
77

8-
Cedar is a TypeScript Web App Framework that gives you all the tools you need
9-
to build web applications quickly and efficiently.
10-
11-
Cedar is a fork of the [RedwoodJS](https://redwoodjs.com/) framework with the
8+
CedarJS is a fork of the [RedwoodJS](https://redwoodjs.com/) framework with the
129
goal of taking it into the modern web development era with a smooth transition
13-
for existing RedwoodJS applications.
10+
path for existing RedwoodJS applications.
11+
12+
CedarJS is a reliable, modern, and actively maintained full-stack React
13+
framework used in production by both large and small companies.
1414

1515
Cedar would obviously not be where it is today without the vision and heroic
1616
efforts of the RedwoodJS founders, maintainers and community.
1717

18-
## Migrating from RedwoodJS to Cedar
18+
## Migrating from RedwoodJS to CedarJS
1919

2020
Search and replace all instances of `"@redwoodjs/(.*)": "\d+\.\d+\.\d+"`
2121
with `"@cedarjs/$1": "0.0.3"` (or whatever the latest version of Cedar is when

0 commit comments

Comments
 (0)