From 8fc4e3cfeb3090ae99ff2317760b00e0724407bd Mon Sep 17 00:00:00 2001 From: Geoff Schmidt Date: Mon, 13 Oct 2014 20:08:44 -0700 Subject: [PATCH] session readme fixes --- packages/session/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/session/README.md b/packages/session/README.md index bce9fd577b..bf7b9a0a2e 100644 --- a/packages/session/README.md +++ b/packages/session/README.md @@ -1,7 +1,7 @@ # session This package provide `Session`. `Session` is a special -[`ReactiveDict`] (https://atmospherejs.com/meteor/reactive-dict) whose +[ReactiveDict] (https://atmospherejs.com/meteor/reactive-dict) whose contents are preserved across Hot Code Push. It's usually used to store the current state of the user interface, for example, the currently selected row in a table, ora flag indicating if a dialog box @@ -13,4 +13,3 @@ page](https://docs.meteor.com/#session). ## Future work Unify with [reactive-dict](https://atmospherejs.com/meteor/reactive-dict). -2 \ No newline at end of file