diff --git a/README.md b/README.md index 82471a1..6752bb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Traspiler-JS Action +# Transpiler-JS Action ## Package Managers @@ -29,7 +29,7 @@ jobs: ref: ${{ github.ref }} # Job for transpiler the code - - name: ESM2015 COMPILATION + - name: 'Transpiler-JS Action' uses: jossydevers/transpiler-js@v1.0.0 with: # If the typename is specified, the transpilation result file will be as follows path/filename.{tipename}.js diff --git a/action.yml b/action.yml index 8e59a86..c495452 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Traspiler-JS Action' +name: 'Transpiler-JS Action' description: 'Transpile javascript code with Babel 7 to make it cross-browser compatible' inputs: