From 333c594bb9c1a23db990304599c903ada00ea8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=98=B8=EC=98=81?= Date: Thu, 18 Aug 2022 16:13:04 +0900 Subject: [PATCH] Update README.md --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..f7425653 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# 전자조정고도화 프로젝트 + +https://img.shields.io/badge/logo-test-blue?logo=java + + +기간 : ’22.06.15~‘22.12.12 + +투입인력 : 조용준B, 이호영D, 이준호J + +## Installation + +Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar. + +```bash +pip install foobar +``` + +## Usage + +```python +import foobar + +# returns 'words' +foobar.pluralize('word') + +# returns 'geese' +foobar.pluralize('goose') + +# returns 'phenomenon' +foobar.singularize('phenomena') +``` + +## Contributing +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +Please make sure to update tests as appropriate. + +## License