Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit e0fc33e

Browse files
iamdarshshahfacebook-github-bot
authored andcommitted
feat(docs): Update README.md (#2523)
Summary: **Summary** #### Changes - [x] Added logo to the top - [x] Aligned header elements to the center > This change will make it look symmetrical and aligned in a proper format. > Screenshot ![Draft JS](https://user-images.githubusercontent.com/25670841/88580007-9993d500-d068-11ea-879c-b84c4944b989.png) Pull Request resolved: #2523 Reviewed By: elboman Differential Revision: D22785917 Pulled By: mrkev fbshipit-source-id: 06fe02430aadea761f30adb6a01218b732d818af
1 parent cef6191 commit e0fc33e

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
# [Draft.js](http://draftjs.org/) [![Build Status](https://img.shields.io/travis/facebook/draft-js/master.svg?style=flat)](https://travis-ci.org/facebook/draft-js) [![npm version](https://img.shields.io/npm/v/draft-js.svg?style=flat)](https://yarn.pm/draft-js)
2-
3-
![Live Demo](https://media.giphy.com/media/XHUjaxELpc11SiRSqN/giphy.gif)
1+
<p align="center">
2+
<a href="http://draftjs.org/">
3+
<img src="https://draftjs.org/img/draftjs-logo.svg" alt="draftjs-logo" width="8%" />
4+
</a>
5+
</p>
6+
<h1 align="center">
7+
Draft.js
8+
</h1>
9+
<p align="center">
10+
<a href="https://travis-ci.org/facebook/draft-js">
11+
<img src="https://img.shields.io/travis/facebook/draft-js/master.svg?style=flat" alt="Build Status" />
12+
</a>
13+
<a href="https://yarn.pm/draft-js">
14+
<img src="https://img.shields.io/npm/v/draft-js.svg?style=flat" alt="npm version" />
15+
</a>
16+
</p>
17+
<p align="center">
18+
<img src="https://media.giphy.com/media/XHUjaxELpc11SiRSqN/giphy.gif" alt="Live Demo" />
19+
</p>
20+
21+
--------------------
422

523
Draft.js is a JavaScript rich text editor framework, built for React and
624
backed by an immutable model.

0 commit comments

Comments
 (0)