Skip to content

Commit

Permalink
Merge branch 'develop' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 3, 2018
2 parents c572f38 + 5eac092 commit b9b1b1a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Copyright (c) 2017, Slab
Copyright (c) 2014, Jason Chen
Copyright (c) 2013, salesforce.com
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</a>
</p>

[QuillJS](https://quilljs.com/) is a modern rich text editor built for compatibility and extensibility. It was created by [Jason Chen](https://twitter.com/jhchen) and [Byron Milligan](https://twitter.com/byronmilligan) and open sourced by Salesforce.
[Quill](https://quilljs.com/) is a modern rich text editor built for compatibility and extensibility. It was created by [Jason Chen](https://twitter.com/jhchen) and [Byron Milligan](https://twitter.com/byronmilligan) and actively maintained by [Slab](https://slab.com).

To get started, check out the [Quill](https://quilljs.com/) website for documentation, guides, and live demos!
To get started, check out [https://quilljs.com/](https://quilljs.com/) for documentation, guides, and live demos!


## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/open-source.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="feature row">
<div class="six columns details">
<h2>An Open Source Project</h2>
<span>Quill is permissively licensed under BSD. Use it freely in personal or commercial projects. Join the growing community on Github!</span>
<span class="about">Quill is developed and maintained by <a href="https://slab.com" target="_blank">Slab</a>. It is permissively licensed under BSD. Use it freely in personal or commercial projects!</span>
<div>
{% include github.html %}
</div>
Expand Down
5 changes: 5 additions & 0 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ svg .feat-3 {
width: 90%;
}

.about a {
color: #25408f;
text-decoration: underline;
}

/*** Header ***/

header {
Expand Down

0 comments on commit b9b1b1a

Please sign in to comment.