Skip to content

Commit

Permalink
s/module/package/
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Oct 14, 2023
1 parent 8237506 commit 6406f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[![Build Status](https://circleci.com/gh/jasmine/jasmine-npm.svg?style=shield)](https://circleci.com/gh/jasmine/jasmine-npm)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjasmine%2Fjasmine-npm.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjasmine%2Fjasmine-npm?ref=badge_shield)

# The Jasmine Module
# The Jasmine Package

The `jasmine` module is a command line interface and supporting code for running
The `jasmine` package is a command line interface and supporting code for running
[Jasmine](https://github.com/jasmine/jasmine) specs under Node.

The core of jasmine lives at https://github.com/jasmine/jasmine and is `jasmine-core` in npm.

## Contents

This module allows you to run Jasmine specs for your Node.js code. The output will be displayed in your terminal by default.
This package allows you to run Jasmine specs for your Node.js code. The output will be displayed in your terminal by default.

## Documentation

Expand Down

0 comments on commit 6406f03

Please sign in to comment.