Skip to content

Commit

Permalink
Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
joncloud committed Mar 11, 2023
1 parent 94cca46 commit 76b53e6
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,6 +1,6 @@
# Dos Build GitHub action
# DOS Build GitHub action

This action calls `dosbox-x`, and provides several compilers in order to compile in DOS.
This action calls `dosbox-x`, and provides several compilers (like Borland Turbo C) in order to compile in DOS.

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'dos-build'
description: 'Build DOS Programs using DOSBox-X'
description: 'Build DOS Programs using DOSBox-X programs like Borland Turbo C'
inputs:
run:
description: 'Batch program to run inside of DOSBox-X'
Expand Down

0 comments on commit 76b53e6

Please sign in to comment.