From a6edc404c30d5a27a1361ad07a96e53b3e6d7ae3 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Mon, 31 Mar 2014 21:09:09 +0200 Subject: [PATCH] wording --- LANDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LANDING.md b/LANDING.md index 99c6546..116cf08 100644 --- a/LANDING.md +++ b/LANDING.md @@ -9,11 +9,11 @@ - **Statistics**: a rudimentary statistics available (date of publishing & view counter). - **Export**: the original markdown content can be displayed in plain text format. - **API**: Integrate the publishing functionality into your editor using the official [NoteHub API](/api). -- **Expiration**: All notes with less than 30 views in 30 days from publishing will expire. +- **Expiration**: all notes with less than 30 views after the first 30 days will expire. ## Changelog - - March 2014: all notes with __less than 30 views in 30 days from publishing__ will expire now + - March 2014: all notes with __less than 30 views after the first 30 days__ will expire. - February 2014: a simple JS-client for API testing [added](/api-test.html). - January 2014: - Mobile friendly styling added.