From 2e330fd97bf3b0d81171774f59b59bd518823e08 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 12 Apr 2015 16:52:08 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2c5ab75ab..f0a4c54814 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Kitematic is an application built using [atom-shell](https://github.com/atom/ato └──────────────────────────────────────┘ ``` -As explained in the [Reflux](https://github.com/spoike/refluxjs), there are three primary types of objects: +As explained in the [Reflux docs](https://github.com/spoike/refluxjs), there are three primary types of objects: - **Actions**: The main logic workhorses of the application. These objects interact with the Docker API and other endpoints to fetch new data and flowing it into the stores, which in turn create events that cause views to update. - **Views**: Views make up the UI, and trigger available actions. - **Stores**: Stores store the state of the application.