Skip to content

Commit

Permalink
docs: add link to configurable CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed May 28, 2018
1 parent abe65a1 commit 4689ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .emdaer/docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ The main features of this project cover:
- A [Redis](http://redis.io) integration. This comes with a connection pool to
eliminate latency obtaining connections with the server.
- Type safe development environment using [Flow](http://flow.org).
- Configurable CORS.
- [Configurable CORS](https://github.com/contentacms/contentajs/blob/master/config/default.yml#L66-L85).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ server’s CPU.</li>
<li>A <a href="http://redis.io">Redis</a> integration. This comes with a connection pool to
eliminate latency obtaining connections with the server.</li>
<li>Type safe development environment using <a href="http://flow.org">Flow</a>.</li>
<li>Configurable CORS.</li>
<li><a href="https://github.com/contentacms/contentajs/blob/master/config/default.yml#L66-L85">Configurable CORS</a>.</li>
</ul>
<h2 id="installation">Installation</h2>
<p>In order to install ContentaJS you will need to meet the following requirements:</p>
Expand Down

0 comments on commit 4689ca6

Please sign in to comment.