From c4a3050dfd38dde692752b5d8db27dea6d6349c8 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Mon, 17 Jun 2019 13:57:58 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4f197..a4bb57d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Hash StudentID Sample -Sample code to demonstrate how to hash a StudentID into an an AlternateSSID suitable for use in de-identified student data. +Sample code to demonstrate how to hash a StudentID into an AlternateSSID suitable for use in de-identified student data. There are fewer than 50 functional lines of code. This is very easy to incorporate into a larger system.