From 196c57ed9aac07957f3800c0b2c2bbad97ff8742 Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Sun, 3 Mar 2019 17:36:59 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index f59af899..30014115 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ This release adds quite a few features: - (new) bc-account-objects: Library to keep track of account details (e.g. read/write tokens, FTP credentials, etc) - (new) bc-commons-applications: Utility applications that take advantage of the commons libraries (e.g. FTPUploader) -- (new) xml-utils: Added a pure W3C library (no Xalan dependecy) for simple operations +- (new) xml-utils: Added a pure W3C library (no Xalan dependency) for simple operations - (changed) bc-catalog-objects: Added ability to serialize/deserialize objects to/from XML - (removed) ftp-utils: Moved command line applications to new bc-commons-applications library