From d0e75f03d0f3e38b21601db308788e772441fa63 Mon Sep 17 00:00:00 2001 From: dfish <9677184+itsdfish@users.noreply.github.com> Date: Sat, 2 Jan 2021 16:09:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e84b829..d908cc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ACTRModels -ACTRModels.jl provides basic functionality for ACT-R's declarative memory system. The library can be extended to provide functionaty for other modules. +ACTRModels.jl provides basic functionality for ACT-R's declarative memory system. The library can be extended to provide functionality for other modules. ## Example The following example demonstrates how to construct an ACTR object containing declarative memory, retrieve a memory, and compute retrieval time.