From 9aed3050c79d31b10e623b57478a62f60552538c Mon Sep 17 00:00:00 2001 From: Mark Messner Date: Tue, 19 Nov 2024 17:26:57 -0600 Subject: [PATCH] There has been a typo in the readme this whole time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff15ead9..e9d1bd93 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For example, a model might piece together a temperature-dependent elasticity model, a yield surface, a flow rule, and several hardening rules. Each of these submodels is independent of the other objects so that, for example, switching from conventional J2 plasticity -to a J2 theory requires only a one line change in an input file, +to a non-J2 theory requires only a one line change in an input file, if the model is already implemented, or a relatively small amount of coding to add the new yield surface if it has not been implemented. All of these objects are interchangeable.