Skip to content

Commit

Permalink
fixed spelling of license in README and gitstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Sturke committed Nov 5, 2023
1 parent ce57b56 commit ea51a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Select a license:
3) GNU GPLv3: I care about sharing improvements.
4) None
5) Quit
Your lisence: 2
Your license: 2
Apache
Creating a public remote repo /Users/shinichiokada/Downloads/test1>>> Running git init.
Initialized empty Git repository in /Users/shinichiokada/Downloads/test1/.git/
Expand Down
2 changes: 1 addition & 1 deletion gitstart
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ license_url="mit"
echo ">>> Your github username is ${github_username}."
echo ">>> Your new repo name is ${repo}."

# lisence
# license
PS3='Your license: '
licenses=("MIT: I want it simple and permissive." "Apache License 2.0: I need to work in a community." "GNU GPLv3: I care about sharing improvements." "None" "Quit")

Expand Down

0 comments on commit ea51a00

Please sign in to comment.