Skip to content

Commit

Permalink
Fix Name
Browse files Browse the repository at this point in the history
  • Loading branch information
JossyDevers committed Oct 18, 2020
1 parent 2b8320e commit c49fc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Traspiler-JS Action
# Transpiler-JS Action

## Package Managers

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c49fc0e

Please sign in to comment.