Delete a useless backtick

This commit is contained in:
谭九鼎 2020-01-04 15:10:03 +08:00 committed by GitHub
parent 3a1f8a6635
commit c07d987e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Docker Assemble requires its own buildkit instance to be running in a Docker con
To start the backend, run:
```
~$ docker assemble backend start`
~$ docker assemble backend start
Pulling image «…»: Success
Started backend container "docker-assemble-backend-username" (3e627bb365a4)
```