Skip to content

Commit

Permalink
Display table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Jul 6, 2024
1 parent 7da5354 commit 987c810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Use this package as a library.

**Add Dependency**
## Add Dependency

To add this package to your project, run the appropriate command for your environment:

**With Dart:**
### With Dart

```shell
dart pub add xconn
```

**With Flutter:**
### With Flutter

```shell
flutter pub add xconn
Expand All @@ -28,7 +28,7 @@ dependencies:
Alternatively, your editor might support `dart pub get` or `flutter pub get`. Check the docs for
your editor to learn more.

**Import it**
### Import it

Now in your Dart code, you can use:

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ theme:
- navigation.instant
- navigation.tracks
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
Expand Down

0 comments on commit 987c810

Please sign in to comment.