Skip to content

Commit b701b0c

Browse files
committed
Further markdown linting
1 parent 6fb5d91 commit b701b0c

File tree

4 files changed

+11
-19
lines changed

4 files changed

+11
-19
lines changed

.prettierrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ offensive, or harmful.
4747

4848
This Code of Conduct applies both within project spaces and in public spaces
4949
when an individual is representing the project or its community. Examples of
50-
representing a project or community include using an official project e-mail
50+
representing a project or community include using an official project email
5151
address, posting via an official social media account, or acting as an appointed
5252
representative at an online or offline event. Representation of a project may be
5353
further defined and clarified by project maintainers.
@@ -93,4 +93,4 @@ available at
9393
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
9494

9595
Note: A version of this file is also available in the
96-
[New Project repo](https://github.com/google/new-project/blob/master/docs/code-of-conduct.md).
96+
[New Project repository](https://github.com/google/new-project/blob/master/docs/code-of-conduct.md).

examples/google_adk/birthday_planner/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ This agent helps plan birthday parties. It has access to a Calendar Agent that i
1414

1515
1. Create the `.env` file with your API Key
1616

17-
```bash
18-
echo "GOOGLE_API_KEY=your_api_key_here" > .env
19-
```
17+
```bash
18+
echo "GOOGLE_API_KEY=your_api_key_here" > .env
19+
```
2020

2121
2. Run the Calendar Agent. See examples/google_adk/calendar_agent.
2222

2323
3. Run the example
2424

25-
```sh
26-
uv run .
27-
```
25+
```sh
26+
uv run .
27+
```

examples/langgraph/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ An example LangGraph agent that helps with currency conversion.
44

55
## Getting started
66

7-
1. Extract the zip file and cd to examples folder
8-
9-
2. Create an environment file with your API key:
7+
1. Create an environment file with your API key:
108

119
```bash
1210
echo "GOOGLE_API_KEY=your_api_key_here" > .env
1311
```
1412

15-
3. Start the server
13+
2. Start the server
1614

1715
```bash
1816
uv run main.py
1917
```
2018

21-
4. Run the test client
19+
3. Run the test client
2220

2321
```bash
2422
uv run test_client.py

0 commit comments

Comments
 (0)