Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
fix typo in welcome msg
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 18, 2016
1 parent ce7e81f commit a0e2c01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ export const Config = {
'Introducing Monod',
'=================',
'',
'> **TL;DR** Monod is a React-based Markdown editor. You can use it anytime (offline mode), share documents with anyone (encrypted), and render your content with a set of templates. This editor is brought to you by the good folks at [TailorDev](https://twitter.com/_TailorDev) as part of [a **Le lab** experiment (#2)](https://tailordev.fr/blog/2016/04/15/le-lab-2-offline-first-document-sharing-templates-monod-is-back/).',
'',
'Read more about how and why we built Monod at: https://tailordev.fr/blog/.',
'> **TL;DR** Monod is a React-based Markdown editor. You can use it anytime (offline mode), share documents with anyone (encrypted), and render your content with a set of templates. This editor is brought to you by the good folks at [TailorDev](https://twitter.com/_TailorDev), as part of [a **Le lab** experiment (#2)](https://tailordev.fr/blog/2016/04/15/le-lab-2-offline-first-document-sharing-templates-monod-is-back/).',
'',
'### :checkered_flag: Quick start',
'',
'* :pencil: As soon as you modify this document, you get a new unique document. That is yours, so feel free to write anything you want. We support [CommonMark](http://commonmark.org/), and you can write `code` and, obviously, Emoji too! :clap:;',
'* :family: Let your friends review your content by **sharing** the **full URL** with them;',
'* :page_facing_up: You can export your document as **PDF** using the in-browser print feature (<kbd>Cmd</kbd>+<kbd>P</kbd> or <kbd>Ctrl</kbd>+<kbd>P</kbd> on Windows);',
'* :airplane: Monod is Offline-First, meaning you can use all the time. When you go back online, it automatically synchronizes your work;',
'* :lock: Everything is **encrypted in the browser** (_i.e._ on your laptop), the server do not have access or any way to decrypt your documents;',
'* :airplane: Monod is Offline-First, meaning you can use it all the time. When you go back online, it automatically synchronizes your work;',
'* :lock: Everything is **encrypted in the browser** (_i.e._ on your laptop), the server does not have access or any way to decrypt your documents;',
'* :warning: There is no document management system: be sure to bookmark or write the full URLs of your documents somewhere.',
'',
'Read more about how and why we built Monod at: https://tailordev.fr/blog/.',
'',
'---',
'*[Let us know your thoughts](mailto:[email protected]?subject=About%20Monod). We would :heart: to hear from you!*'
].join('\n')
Expand Down

0 comments on commit a0e2c01

Please sign in to comment.