Skip to content

Commit 6b9a028

Browse files
authored
Fix formatting and image width in README.md
Corrected minor formatting issues in the README file, including the development description and image width.
1 parent dd72215 commit 6b9a028

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ROS1 Noetic VScode devcontainer with docker-compose for *development*
22
## _A simple way to run ROS1 Noetic for *DEVELOPMENT* using https://containers.dev/_
33

4-
This repo contains a simple way to delevop locally in a ROS1 Noetic docker container using the VScode `[devcontainers](https://containers.dev/)`.
4+
This repo contains a simple way to delevop locally in a ROS1 Noetic docker container using the VScode [devcontainers](https://containers.dev/).
55
A `development container` (or dev container for short) allows you to use a container as a full-featured development environment. It can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing.
66

77
<details>
@@ -49,9 +49,9 @@ BUILDKIT_PROGRESS=plain docker compose -f compose_macos_host.yaml up --build
4949
- SSH: `ssh ubuntu@localhost -p 3022`
5050
- user: `ubuntu`
5151
- pass: `ubuntu`
52-
52+
5353
<figure>
54-
<img src="https://github.com/user-attachments/assets/6c085018-0b43-4f0e-9316-20bac5d0d4c1" alt="Fully loaded interface with the VNC client and multiple terminals on the bottom panel" style="width:50%">
54+
<img src="https://github.com/user-attachments/assets/6c085018-0b43-4f0e-9316-20bac5d0d4c1" alt="Fully loaded interface with the VNC client and multiple terminals on the bottom panel" style="width:70%">
5555
<figcaption>Fully loaded interface with the VNC client and multiple terminals on the bottom panel.</figcaption>
5656
</figure>
5757

0 commit comments

Comments
 (0)