Skip to content

Commit

Permalink
Merge pull request #459 from nasudadada/fix-readme
Browse files Browse the repository at this point in the history
Fix Typographical Errors in README
  • Loading branch information
yasuhiro-ohba authored Oct 26, 2024
2 parents c537aab + 03e1405 commit ae797f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-squ


# Table of Contents
* [Introction](#introduction)
* [Introduction](#introduction)
* [What is cliboa](#what-is-cliboa)
* [Features](#features)
* [Manual](#manual)
Expand Down Expand Up @@ -49,7 +49,7 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md)
Available on macOS and any Linux distributions, like Debian, Ubuntu, CentOS, REL, or etc.

## Install cliboa
python version 3.7 or later and poetry are required. In the environemnt which pip can be used, execute as below.
Python version 3.7 or later and poetry are required. In the environment which pip can be used, execute as below.

```
sudo pip3 install poetry
Expand Down Expand Up @@ -99,7 +99,7 @@ $ poetry install
```

## Write a Scenario of ETL Processing
As a simple etl processing, write scenario.yml in simple-etl as below.
As a simple ETL processing, write scenario.yml in simple-etl as below.

The following example is just download a gzip file from the local sftp server, decompress it, and upload it to the local sftp server.

Expand Down

0 comments on commit ae797f2

Please sign in to comment.