Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lucee Ant Script Runner

Quickly run Lucee cfml applications headless (without a http server) via the command line
Quickly run Lucee CFML applications headless (without a HTTP server) via the command line

[![CI](https://github.com/lucee/script-runner/actions/workflows/main.yml/badge.svg)](https://github.com/lucee/script-runner/actions/workflows/main.yml)

Expand Down Expand Up @@ -37,7 +37,7 @@ If no webroot is specfied, you can run the provided debug script, to see which e

## As a GitHub Action

To use as a GitHub Action, to run the PDF tests after building the PDF Extension, just add the following yaml
To use as a GitHub Action, to run the PDF tests after building the PDF Extension, just add the following YAML

```
- name: Checkout Lucee
Expand Down