From 622bf8d4f8d06437cc2c11f241bac1ad0a7481e1 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Sun, 16 May 2021 16:44:05 -0400 Subject: [PATCH] update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 09d7007..485f34c 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,6 @@ for example, `o.key_name` rather than `o['key_name']`. Only a minimum set of methods are implemented so as to minimize the chances of name conflicts. -_atdict_ was originally developed in 2017 as the class -[`Object`](https://github.com/alphatwirl/scribblers/blob/v0.10.0/scribblers/obj.py), -in [_scribblers_](https://github.com/alphatwirl/scribblers), which -represented _event objects_ in -[_alphatwirl_](https://github.com/alphatwirl/alphatwirl). It was -released as an independent package in 2019 as _atdict_. - ***** - [**Requirement**](#requirement)