Skip to content

Commit

Permalink
sync README with latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier committed Feb 19, 2024
1 parent f1f72a1 commit 8cf6253
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Overview
# Overview

| Developed by | Guardrails AI |
| --- | --- |
Expand All @@ -12,9 +12,11 @@

This validator ensures that no competitors for an organization are being named. In order to use this validator, you need to provide a list of competitors that you don’t want to name.

### Resources required
### Requirements

- Dependencies: `nltk`
* Dependencies:
- guardrails-ai>=0.4.0
- nltk

## Installation

Expand Down Expand Up @@ -76,7 +78,7 @@ guard.parse("""
""")
```

## API Reference
# API Reference


**`__init__(self, competitors, on_fail="noop")`**
Expand Down

0 comments on commit 8cf6253

Please sign in to comment.