Skip to content

Commit 6c38b3f

Browse files
committed
fix terms description
1 parent 68e0a4d commit 6c38b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Terms.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Terms: React.FC = () => {
3636
<h2 style={{ color: '#1f2937', marginBottom: '1rem' }}>1. Acceptance of Terms</h2>
3737
<p>
3838
By accessing and using Salamander, you accept and agree to be bound by these terms of service.
39-
Salamander is a web application that integrates with Claude CLI (Anthropic's command-line interface)
39+
Salamander is an application that integrates with Claude CLI (Anthropic's command-line interface)
4040
to provide AI-powered development tools and services. If you do not agree to these terms,
4141
please do not use this service.
4242
</p>
@@ -45,7 +45,7 @@ const Terms: React.FC = () => {
4545
<section style={{ marginBottom: '2rem' }}>
4646
<h2 style={{ color: '#1f2937', marginBottom: '1rem' }}>2. Description of Service</h2>
4747
<p>
48-
Salamander provides a web-based interface for Claude CLI functionality, including but not limited to:
48+
Salamander provides an interface for Claude CLI functionality, including but not limited to:
4949
</p>
5050
<ul style={{ marginLeft: '1.5rem', marginTop: '0.5rem' }}>
5151
<li>AI-powered code assistance and development tools</li>

0 commit comments

Comments
 (0)