Skip to content

Commit

Permalink
Update todo-app README.md (#7061)
Browse files Browse the repository at this point in the history
<!---
Thanks for filing a pull request 😄 ! Before you submit, please read the following:

Search open/closed issues before submitting. Someone may have pushed the same thing before!

Provide a summary of your changes in the title field above.
-->

# Pull Request

## 📖 Description

A simple fix for out-date todo-list example readme.md


### 🎫 Issues

<!---
* List and link relevant issues here.
-->

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.

Do you recommend a smoke test for this PR? What steps should be followed?
Are there particular areas of the code the reviewer should focus on?
-->

## 📑 Test Plan

<!---
Please provide a summary of the tests affected by this work and any unique strategies employed in testing the features/fixes.
-->

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have included a change request file using `$ npm run change`
- [ ] I have added tests for my changes.
- [ ] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [ ] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.

## ⏭ Next Steps

<!---
If there is relevant follow-up work to this PR, please list any existing issues or provide brief descriptions of what you would like to do next.
-->
  • Loading branch information
NeroBlackstone authored Jan 15, 2025
1 parent 1084bf8 commit f5560fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A Todo app, written entirely with fast-element.

> Note: A step by step tutorial will be coming to the site soon. In the mean time, you can run `npm install` and then `npm run dev` to see the example.
> Note: A step by step tutorial will be coming to the site soon. In the mean time, you can run `npm install` and then `npm start` to see the example.

0 comments on commit f5560fd

Please sign in to comment.