Skip to content

Commit 276d604

Browse files
committed
docs: renamed some headlines
1 parent 413bcf2 commit 276d604

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Next.js on 🤗 Spaces
3-
emoji: "\U0001F433\U0001F918"
2+
title: "Next.js on \U0001F917 Spaces"
3+
emoji: "🐳🤗"
44
colorFrom: blue
55
colorTo: yellow
66
sdk: docker
@@ -14,16 +14,16 @@ This starter can be used to run [Next.js](https://nextjs.org/) using [Docker](ht
1414

1515
<!-- toc -->
1616

17-
- [Development](#development)
17+
- [Local development](#local-development)
1818
- [Use the Docker container locally](#use-the-docker-container-locally)
1919
- [Dockerize an existing project](#dockerize-an-existing-project)
20-
- [Manage your Space via GitHub](#manage-your-space-via-github)
20+
- [Manage your 🤗 Space via GitHub](#manage-your-%F0%9F%A4%97-space-via-github)
2121

2222
<!-- tocstop -->
2323

2424
---
2525

26-
## Development
26+
## Local development
2727

2828
1. Install the dependencies: `npm i`
2929
2. Start the local dev-server: `npm run dev`
@@ -53,7 +53,7 @@ module.exports = {
5353

5454
This will build the project as a standalone app inside the Docker image.
5555

56-
## Manage your Space via GitHub
56+
## Manage your 🤗 Space via GitHub
5757

5858
If you want to use all the features for collaborative development on GitHub, but keep your demo on Spaces, then you can set up a GitHub action that will automatically push changes from GitHub into Spaces.
5959

@@ -70,3 +70,4 @@ This should force push changes in the **main** branch from GitHub into your 🤗
7070

7171
For further information, you can check out the [guide on Hugging Face](https://huggingface.co/docs/hub/spaces-github-actions).
7272

73+

0 commit comments

Comments
 (0)